From e57f4069671bc512491754592f3f82724d7de16d Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Tue, 17 May 2022 08:13:27 +0100 Subject: [PATCH] ci: let nose discover the tests --- .gitlab-ci.yml | 2 +- tests/__init__.py | 0 tests/list/__init__.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tests/__init__.py create mode 100644 tests/list/__init__.py diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3c3145..f08f851 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ test:nose: - apt update && apt install build-essential - pip install -r requirements.txt --quiet - pip install nose - - nosetests test/*/*.py + - nosetests tests test:pylint: script: diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/list/__init__.py b/tests/list/__init__.py new file mode 100644 index 0000000..e69de29