Project¤
Project
dataclass
¤
Metadata about the project for which tests are run.
name
instance-attribute
¤
name: str
The name of the project. Project name is detected from pyproject.toml file if the file exits.
repository_url
class-attribute
instance-attribute
¤
The URL of the project's repository. Repositor URL is detected from pyproject.toml file if the file exits. The fields 'repository' and 'source' are looked for (case-insensitive) in respective order, and the first one found is used.