Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Apr 5, 2018
1 parent 2edfdcf commit 53987be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_hpc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from atomic_hpc import config_yaml, deploy_runs, mockssh, context_folder, utils

__version__ = "0.2.3"
__version__ = "0.2.4"

1 change: 1 addition & 0 deletions atomic_hpc/test_deploy_runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def test_create_qsub(context):
#PBS -j oe
echo "<qstat -f $PBS_JOBID>"
qstat -f $PBS_JOBID
echo "</qstat -f $PBS_JOBID>"
Expand Down
2 changes: 2 additions & 0 deletions atomic_hpc/test_read_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
"files": {
"file1": "path/to/file1"
},
"binaries": None,
"variables": {
"var1": "overridevalue",
"var2": "value",
Expand Down Expand Up @@ -200,6 +201,7 @@
"files": {
"file1": "path/to/file1"
},
"binaries": None,
"variables": {
"var1": "value",
"var2": "overridevalue",
Expand Down

0 comments on commit 53987be

Please sign in to comment.