From 3f3b4a44ffdf7206c1050ace79838087a2ffe0a2 Mon Sep 17 00:00:00 2001 From: "Sup#2.0" Date: Thu, 25 Apr 2024 21:17:12 +0100 Subject: [PATCH] update testing configurations --- .vscode/settings.json | 3 ++- suptools | 2 +- tests/__init__.py | 0 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tests/__init__.py diff --git a/.vscode/settings.json b/.vscode/settings.json index 4873150..58bd862 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "python.testing.pytestArgs": [ - "tests/card-art.py" + "tests/fetch-data.py", + "tests/load-data.py" ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, diff --git a/suptools b/suptools index 17b6e67..e7c6990 160000 --- a/suptools +++ b/suptools @@ -1 +1 @@ -Subproject commit 17b6e674f37db18d4c7a4df0a4e9a0e3579b5040 +Subproject commit e7c69902b3cff71e167721d3cbfda08ec2a007b7 diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29