From af02ca9a73807a2e59249e6c80af57d39d444e69 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Mon, 6 Nov 2023 17:11:01 -0800 Subject: Additional download tests using requests_mock --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 36a90ae..45c1493 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}" -- cgit v1.2.3 From 749e5afaa1d85d9cf39cf96deb9b980a741f72da Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Tue, 7 Nov 2023 10:36:25 -0800 Subject: Full coverage on dl module --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 45c1493..9c88c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -200,5 +200,6 @@ module = [ "mwclient", "mwclient.image", "pytest", + "requests_mock", ] ignore_missing_imports = true -- cgit v1.2.3