Fix the move from a package name of CARA to cara.
This commit is contained in:
parent
ca5633a988
commit
8eb256795c
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in a new issue