Skip to content

Commit

Permalink
fix tests using DOSCAR.lobster
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Jul 31, 2024
1 parent a35b9e9 commit b571c20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ def test_calc_quality_summary_nacl(self, tmp_path):
"description-quality",
"--potcar-symbols",
"Na_pv Cl",
"--file-doscar",
"DOSCAR.LSO.lobster",
"--bvacomp",
"--doscomp",
"--erange",
Expand Down Expand Up @@ -591,6 +593,8 @@ def test_cli_exceptions(self):
args = [
"description-quality",
"--doscomp",
"-fdos",
"DOSCAR.LSO.lobster",
]

test = get_parser().parse_args(args)
Expand All @@ -602,6 +606,8 @@ def test_cli_exceptions(self):
os.chdir(TestDir / "test_data/CsH")
args = [
"plot-dos",
"-fdos",
"DOSCAR.LSO.lobster",
]

test = get_parser().parse_args(args)
Expand Down

0 comments on commit b571c20

Please sign in to comment.