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

Image RemovedImage Added

Run doctests in all python modules.

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

...

Doctests Paths

Select whether to use PEP 517 for building source distributions or force legacy behaviourInclude doctests in files matching globbing pattern. Leave empty to default to test*.txt. One path per line. [--use-pep517 | --no-use-pep517doctest-glob]

Doctest Report Format

If this is ticked, package dependencies are not installed. The output report format for diffs on doctest failure. [--nodoctest-depsreport]

Ignore doctest import errors.

If this is ticked, isolation is disabled when building a modern source distributiondoctest import errors are ignored. [--doctest-noignore-buildimport-isolationerrors]

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

If this is ticked, build directories are not cleanedcontinue to run after the first failure for a given doctest. [--doctest-continue-noon-cleanfailure]


Logging

No Index

If this is ticked, the package index is ignored. Only look at find links URLs instead.

Index URL

Visible only if the checkbox 'No Index' is NOT ticked.

The base URL of Python Package Index. Default is https://pypi.org/simple. This should point to a repository compliant with PEP 503 (the simple repository API) or a local directory laid out in the same format. [--index-url]

Extra Index URLs

Visible only if the checkbox 'No Index' is NOT ticked.

The extra URLs of package indexes to use in addition to --index-url. Should follow the same rules as --index-url. [--extra-index-url]

Visible only if the checkbox 'No Index' is ticked.

...

Log File

The path to file to write the log to. [--log-file]

Log Level

Specify the amount of information to be written to the log file. [--log-level]

Log Format

Specify the format as used by the logging module. [--log-format]

Log Date Format

Specify the log date format as used by the logging module. [--log-date-format]

Number of Slowest Durations

Specify the number of slowest durations to output. Leave 0 for all. [--durations]

Show setup of fixtures while executing tests.

If this is ticked, the setup of fixtures is shown wile executing tests. [--setup-show]

Report the results of 'xfail' tests as if they were not marked.

If this is ticked, the results of 'xfail' tests are reported as if they were not marked. [--runxfail]

Extra Test Summary

Enter one or more characters which represent extra test summary info to output to log. [-r]

  • f - failed
  • E - error
  • s - skipped
  • x - xfailed
  • X - xpassed
  • p - passed
  • P - passed with output
  • a - all except passed (p) and passed with output (P)
  • A - all


Extra Arguments

Global Options

...

The amount of information detail to display in the build log. [-qqq | -qq | -q | -v]

Log File

The path to a verbose appending log file. [--log]

...