Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If this is ticked, tests are executed even if collection errors occur. [--continue-collection-errors]


Doctests

Build

Directory to unpack packages into and build in. [--build]

...

Run doctests in all python modules

If this is ticked, doctests are run in all python modules [--doctest-modules]

Doctest Paths

Select whether to use PEP 517 for building source distributions or force legacy behaviour. [--use-pep517 | --no-use-pep517]

...

Doctest Report Format

If this is ticked, package dependencies are not installed. [--no-deps]

...

Ignore doctest import errors

If this is ticked, isolation is disabled when building a modern source distribution. [--no-build-isolation]

...

For a given doctest, continue to run after the first failure

If this is ticked, build directories are not cleaned. [--no-clean]

...