Skip to content

Commit

Permalink
Add import pytest in some files in integration_tests (#286)
Browse files Browse the repository at this point in the history
* skip some tests in integration_tests

* add import pytest in some files in integration_tests
  • Loading branch information
jmbeuken authored Feb 6, 2024
1 parent 170508a commit 373f5a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions abipy/integration_tests/itest_ebands.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

from abipy.core.testing import has_matplotlib

import pytest

def make_scf_nscf_inputs(tvars, pp_paths, nstep=50):
"""
Expand Down
1 change: 1 addition & 0 deletions abipy/integration_tests/itest_frohlich_zpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from abipy.dfpt.ddb import DdbFile

import pytest

def make_scf_input(usepaw=0):
"""Returns the GS input file"""
Expand Down
1 change: 1 addition & 0 deletions abipy/integration_tests/itest_gw.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#from abipy.core.testing import has_abinit, has_matplotlib

import pytest

def make_g0w0_inputs(ngkpt, tvars):
"""
Expand Down
1 change: 1 addition & 0 deletions abipy/integration_tests/itest_relaxations.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

from abipy.core.testing import has_matplotlib

import pytest

def ion_relaxation(tvars, ntime=50):
structure = abilab.Structure.from_file(abidata.cif_file("si.cif"))
Expand Down

0 comments on commit 373f5a3

Please sign in to comment.