Skip to content

Commit 8e03ebd

Browse files
author
Alan Christie
committed
fix: Fix some pytest warnings
1 parent 32a3b68 commit 8e03ebd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pytest.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)