diff options
| author | Cody Logan <cody@lokken.dev> | 2023-11-07 11:41:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-07 11:41:49 -0800 |
| commit | 5129ad62392948a033ee988e4093d095f5005c77 (patch) | |
| tree | 5df144f6970d7d015bce94cff4516a388b5cddab /pyproject.toml | |
| parent | bc5d19c8150bf7960839243ceeb6f62a9df54e18 (diff) | |
| parent | 7c2dadfa38ac08a060f2df987b7d0b7f2f0b5ad0 (diff) | |
| download | wikiget-5129ad62392948a033ee988e4093d095f5005c77.tar.gz wikiget-5129ad62392948a033ee988e4093d095f5005c77.zip | |
Merge pull request #12 from clpo13/improve-tests
Improve tests and test coverage
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 36a90ae..9c88c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,7 @@ exclude = [ dependencies = [ "coverage[toml]>=6.5", "pytest", + "requests_mock", ] [tool.hatch.envs.default.scripts] test = "python -m pytest {args}" @@ -199,5 +200,6 @@ module = [ "mwclient", "mwclient.image", "pytest", + "requests_mock", ] ignore_missing_imports = true |
