diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eae0a039..61bdb0c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ include: file: acc_py_devtools/templates/gitlab-ci/python.yml variables: - project_name: CARA + project_name: cara # A full installation of CARA, tested with pytest. diff --git a/cara/tests/test_CARA.py b/cara/tests/test_cara.py similarity index 56% rename from cara/tests/test_CARA.py rename to cara/tests/test_cara.py index 2ad7d92f..0e8dfdb0 100644 --- a/cara/tests/test_CARA.py +++ b/cara/tests/test_cara.py @@ -3,8 +3,8 @@ High-level tests for the package. """ -import CARA +import cara def test_version(): - assert CARA.__version__ is not None + assert cara.__version__ is not None