This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
forked from FuelRats/pipsqueak3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
37 lines (36 loc) · 1.41 KB
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[pytest]
markers =
unit: Unit tests
integration: Integration tests
regressions: Regression tests
database: marks a test as a database test
rat: marks a test as being a rats test
api_v3: marks a test as being an API test
api_mock_v3: Mock v3 API tests
rescue: marks a test as a rescue test
mark_for_deletion: marks a test as a MD test
rat_cache: marks a test as a rat cache test
epic: marks a test as a Epic test
commands: marks a test as a commands test
context: marks a test as a ( command )context test
permissions: marks a test as a rat permissions test
ratboard: marks a test as a ratboard test
quotation: marks a test as a quotations test
user: marks a test as a user object test
logging: marks a test as being a test for logging
ratlib: marks a test as a ratlib test
setup_tests: setup test marker
graceful_error: 'graceful_error' tests
database_manager: database tests
galaxy: marks a test as a galaxy test
ratsignal_parse: marks a test as a ratsignal parser test
autocorrect: tests for the autocorrect util
offline: offline-aware tests
mechaclient: mechaclient tests
rules: command rule tests
fact_class: tests for the Fact class
fact_manager: tests for the FactManager
fuelrats_api
patterns: pattern matching tests
testpaths = tests/integration tests/regressions tests/unit
addopts = --doctest-modules