Skip to content

Commit

Permalink
reenable all tests in __main__ test_main
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Apr 15, 2021
1 parent ee5cf75 commit 10c2ce1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
install_requires=['pyyaml', 'psutil'],
extras_require={
'parsl': ['flask', 'parsl>=1.0.0'],
'cwl': ['cwlgen>=0.4', 'cwltool>=2.0.20200126090152']
'cwl': ['cwlgen>=0.4', 'cwltool>=2.0.20200126090152'],
'test': ['pytest', 'codecov', 'pytest-cov'],
}
)
8 changes: 4 additions & 4 deletions tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def test_post_script():


if __name__ == "__main__":
# test_run_dry_run()
# test_run_parsl()
# test_run_mini()
test_run_dry_run()
test_run_parsl()
test_run_mini()
test_run_cwl()
# test_pre_script()
test_pre_script()

0 comments on commit 10c2ce1

Please sign in to comment.