Skip to content

Commit d36b208

Browse files
author
Peng Ren
committed
Add markers for unit tests
1 parent ac293f3 commit d36b208

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ python_classes = ["Test*"]
9393
python_functions = ["test_*"]
9494
markers = [
9595
"transactional: marks tests that require MongoDB transaction support (requires replica set or sharded cluster)",
96+
"integration: marks tests that require a running MongoDB instance",
9697
]
9798

9899
[tool.coverage.run]

0 commit comments

Comments
 (0)