From 8eb256795cd02912ee6fe03679d05ecaa4d070d9 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Tue, 20 Oct 2020 09:55:39 +0200 Subject: [PATCH] Fix the move from a package name of CARA to cara. --- .gitlab-ci.yml | 2 +- cara/tests/{test_CARA.py => test_cara.py} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename cara/tests/{test_CARA.py => test_cara.py} (56%) 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