Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Mar 22, 2024
1 parent ed1a3f4 commit 0339062
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
minversion = 7.0
addopts = --import-mode=importlib

pythonpath =
tests/
qcmanybody/models

testpaths =
tests/
qcmanybody/models
Expand Down
4 changes: 2 additions & 2 deletions tests/generate_component_data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .common import mol_h2o_3, specifications
from .utils import generate_component_data
from common import mol_h2o_3, specifications
from utils import generate_component_data

# Generates test data from component
# This does not generate reference data, but the outputs of the individual calculations
Expand Down
4 changes: 2 additions & 2 deletions tests/test_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from qcmanybody import ManyBodyCalculator
from qcmanybody.models import BsseEnum
from .common import mol_h2o_3
from .utils import load_ref_data, compare_results, load_component_data
from common import mol_h2o_3
from utils import load_ref_data, compare_results, load_component_data


@pytest.mark.parametrize(
Expand Down
4 changes: 2 additions & 2 deletions tests/test_multi_ss.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

from qcmanybody import ManyBodyCalculator
from qcmanybody.models import BsseEnum
from .common import mol_h2o_3
from .utils import load_ref_data, compare_results, load_component_data
from common import mol_h2o_3
from utils import load_ref_data, compare_results, load_component_data

this_dir = os.path.dirname(os.path.abspath(__file__))

Expand Down
4 changes: 2 additions & 2 deletions tests/test_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

from qcmanybody import ManyBodyCalculator
from qcmanybody.models import BsseEnum
from .common import mol_h2o_3
from .utils import load_ref_data, compare_results, load_component_data
from common import mol_h2o_3
from utils import load_ref_data, compare_results, load_component_data


@pytest.mark.parametrize(
Expand Down

0 comments on commit 0339062

Please sign in to comment.