-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest.ini
16 lines (15 loc) · 976 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
testpaths =
tests/
#########################################################################################################
# Each of the below markers are available in the test framework. Each marker needs to have a #
# description associated with it like: #
# #
# test_retry_handler: Test the basic retry handler and it's Callback functionality #
#########################################################################################################
markers =
L1: All unittests
test_requests_handler: Test using the retry handler for poke.{GET, POST, PUT, DELETE}
test_retry_handler: Test the basic retry handler and it's Callback functionality
test_ssh: Test the ssh helper methods
wip: Marker that specifies the work-in-progress tests