We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d6a364 commit 29df879Copy full SHA for 29df879
1 file changed
pyproject.toml
@@ -39,7 +39,7 @@ test = [
39
Homepage = "https://github.com/davesteele/argparse_formatter/"
40
Source = "https://github.com/davesteele/argparse_formatter.git"
41
Issues = "https://github.com/davesteele/argparse_formatter/issues"
42
-Changelog = "https://github.com/davesteele/pwndck/blob/main/CHANGELOG.md"
+Changelog = "https://github.com/davesteele/argparse_formatter/blob/main/CHANGELOG.md"
43
44
[project.scripts]
45
@@ -57,7 +57,7 @@ profile = "black"
57
58
[tool.pytest.ini_options]
59
addopts = "--import-mode=importlib"
60
-testpaths = [ "pwndck", "test" ]
+testpaths = [ "argparse_formatter", "test" ]
61
markers = [
62
"webtest: tests requiring internet access",
63
"always_run: default config.py marker for universal tests",
0 commit comments