Skip to content

running uv run fill --collect-only fails when the fixtures folder does not already exist #1200

Open
@felix314159

Description

@felix314159

Someone who just cloned the repo and follow some guide might run:

  • uv venv --python 3.12
  • uv sync --all-extras
  • uv run fill --collect-only

However, the last command fails with pluggyTeardownRaisedWarning: FileNotFoundError: The directory fixtures does not exist. if the folder fixtures does not already exist in the root of the repo. Since it by default doesn't exist, a fix would be to create the folder, if it doesn't exist, when fill() from fill.py is run.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions