Skip to content

Commit fe8eff4

Browse files
committed
lint
1 parent 65394c3 commit fe8eff4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/lib/sift_client/_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def ci_pytest_tag(sift_client):
7979

8080

8181
from sift_client.util.test_results import (
82-
pytest_addoption, # noqa: F401
8382
client_has_connection, # noqa: F401
83+
pytest_addoption, # noqa: F401
8484
pytest_runtest_makereport, # noqa: F401
8585
)
8686
from sift_client.util.test_results import (

python/lib/sift_client/util/test_results/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def main(self):
6262
6363
#### Configuration
6464
65-
Import the `pytest_addoption` function to add configuration options for Test Results or add the options to your pyproject.toml file (https://docs.pytest.org/en/stable/reference/customize.html#configuration).
65+
Import the `pytest_addoption` function to add configuration options for Test Results to the commandline or add the options to your pyproject.toml file (https://docs.pytest.org/en/stable/reference/customize.html#configuration). If ommitted, will use the default values described below.
6666
6767
- Git metadata: Include git metadata(repo, branch, commit) in the test results. Default is False. You can configure the test results by passing the `--sift-test-results-git-metadata` .
6868
- Log file: Write test results to a file. This happens automatically but you can configure specify a specific log file by passing `--sift-test-results-log-file=<path>` or disable logging by passing `--sift-test-results-log-file=false`.

0 commit comments

Comments
 (0)