diff --git a/tests/test_sanity.py b/tests/test_sanity.py deleted file mode 100644 index 7fcfa18..0000000 --- a/tests/test_sanity.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- -def test_sanity(): - assert True diff --git a/tests/unit/fhir/resource/__init__.py b/tests/unit/fhir/resource/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/unit/fhir/resource/patient.py b/tests/unit/fhir/resource/test_patient.py similarity index 100% rename from tests/unit/fhir/resource/patient.py rename to tests/unit/fhir/resource/test_patient.py