We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a3b68 commit 8e03ebdCopy full SHA for 8e03ebd
pytest.ini
@@ -0,0 +1,10 @@
1
+[pytest]
2
+testpaths =
3
+ tests
4
+markers =
5
+ installation: A series of broad tests executed on any installation
6
+ integration: A test executed after deployment to integration
7
+ job: Marks a test that runs a Job on a deployment
8
+ liveness: Rapid tests executed on a installation
9
+ soak: Long tests executed at night
10
+ unit: a test executed during build
0 commit comments