-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from cgat-developers/AC-tests
Ac tests
- Loading branch information
Showing
21 changed files
with
482 additions
and
1,458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
#! /bin/bash | ||
#!/bin/bash | ||
|
||
set -xue | ||
|
||
# Run code style checks | ||
pycodestyle | ||
|
||
# Run the template pipeline script with the `make all` command | ||
python tests/template_pipeline.py make all | ||
nosetests -v tests/test_import.py | ||
nosetests -v tests/test_iotools.py | ||
nosetests -v tests/test_pipeline_cluster.py | ||
nosetests -v tests/test_pipeline_control.py | ||
nosetests -v tests/test_pipeline_execution.py | ||
pytest tests/test_pipeline_cli.py | ||
pytest tests/test_pipeline_actions.py | ||
|
||
# Run tests using pytest | ||
pytest -v tests/test_import.py | ||
pytest -v tests/test_iotools.py | ||
pytest -v tests/test_pipeline_cluster.py | ||
pytest -v tests/test_pipeline_control.py | ||
pytest -v tests/test_pipeline_execution.py | ||
pytest -v tests/test_pipeline_cli.py | ||
pytest -v tests/test_pipeline_actions.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.