Skip to content

Commit

Permalink
separate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Nov 16, 2024
1 parent f6b14af commit 6cc485f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/test_01template_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,21 @@ def run_script(script):
rvspecfit.desi.desi_fit.main(args[1:])


def test_scripts():
def test_scripts_nn():
run_script(path + '/scripts/make_templ_nn.sh')


def test_scripts_triang():
run_script(path + '/scripts/make_templ_aat_triang.sh')


def test_scripts_regul():
run_script(path + '/scripts/make_templ_regul.sh')


def test_scripts_templ():
run_script(path + '/scripts/gen_test_templ.sh')


def test_scripts_templ_grid():
run_script(path + '/scripts/gen_test_templ_grid.sh')

0 comments on commit 6cc485f

Please sign in to comment.