diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2020-09-27 23:27:19 +0100 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2020-09-27 23:27:19 +0100 |
commit | 409545494627690a644d1a9024b0d4bdb8f49acb (patch) | |
tree | 8c2c4ea11a0bc82f0762933f2e5b948fda291d51 /test/pytest.ini | |
parent | efe65dee4de9d429a3cd0d7e88e4999a8c89081a (diff) | |
download | unit-409545494627690a644d1a9024b0d4bdb8f49acb.tar.gz unit-409545494627690a644d1a9024b0d4bdb8f49acb.tar.bz2 |
Tests: added pytest.ini.
Diffstat (limited to 'test/pytest.ini')
-rw-r--r-- | test/pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pytest.ini b/test/pytest.ini new file mode 100644 index 00000000..c672788a --- /dev/null +++ b/test/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +addopts = -rs -vvv +python_functions = test_* |