Versions Compared

Key

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

...

The working directory for the pip command line. Leave blank to default to the workspace folder.

Tests

Path the paths to files or directories containing tests to run. Run specific tests within a module by specifying its node id. One path per line.

...

Visible only if the checkbox 'Install project in editable mode' is ticked.

The irectory directory to check out editable projects into. The default in a virtualenv is “<venv path>\src”. The default for global installs is “<current dir>\src”.

...

Select whether to prepend or append to sys.path when importing test modules. Default is to 'prepend'. [--import-mode]

Base Temporary Directory

Base The base temporary directory for this test run. Note that this directory is removed if it exists. [--basetemp]

...

Logging

Log File

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

...

  • 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

...

Extra Arguments

Extra global options arguments to be supplied to the setup.py call before the install command line. One per line. [--global-option]


Options

Verbosity

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]

...

| -vv]

Remove all cache contents at start of test run.

If this is ticked, the cache is disabled. [--no-cache-dir]

Cache Directory

The path to a directory to store the cache data. [--cache-dir]

...

all cache contents are removed at the start of the test run.

Disable warnings.

If this is ticked, pip is run in an isolated mode, ignoring environment variables and user configurationwarnings are disabled. [–disable--isolatedwarnings]

Exists Action

Specify what to do if path already exists. [--exists-action]

...

Warning Control

This option controls how often warnings are output to stderr. Leave blank to default to one warning for each source line where it occurs. [-W]

Individual warnings filters are specified as a sequence of fields separated by colons: 'action:message:category:module:line'.

Fail action if any tests fail

Tick this to cause the build to fail if any tests fail.

Fail action if any tests error

Tick this to cause the build to fail if an error occurred while running any test.

Fail action if any tests are inconclusive

Tick this to cause the build to fail if any tests are inconclusive

...

.

Timeout (in seconds)

...

How

...

long to wait for the action to finish running before timing out.

...

Leaving this blank (or zero) will default to 86400 seconds (24 hours).

Treat failure as warning

Tick to continue build on failure marking the action with a warning status.

Ignore warnings

If this is ticked, any warnings logged will not mark the action with a warning status.


Environment

Environment Variables

...