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 681cc0f commit 564f6fbCopy full SHA for 564f6fb
pyproject.toml
@@ -34,6 +34,7 @@ norecursedirs = [
34
"thirdparty",
35
"tmp",
36
"tests/data",
37
+ "tests/lib",
38
".eggs",
39
"src/fetchcode/vcs/pip",
40
]
@@ -48,3 +49,14 @@ addopts = [
48
49
"--strict-markers",
50
"--doctest-modules"
51
52
+
53
+markers = [
54
+ "network: tests that need network",
55
+ "no_auto_tempdir_manager",
56
+ "unit: unit tests",
57
+ "integration: integration tests",
58
+ "bzr: VCS: Bazaar",
59
+ "svn: VCS: Subversion",
60
+ "mercurial: VCS: Mercurial",
61
+ "git: VCS: git",
62
+]
0 commit comments