Skip to content

Commit

Permalink
[Fixes #24] computational jobs outputs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gioscarda committed Oct 23, 2019
1 parent 288272c commit 31fedae
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 1 deletion.
Empty file.
2 changes: 2 additions & 0 deletions test/continoustest.bat
Expand Up @@ -22,10 +22,12 @@ pylint -r n --disable=C --disable=W0141 computational_job_input_action_update_js
pylint -r n --disable=C --disable=W0141 computational_job_input_actions.py
pylint -r n --disable=C --disable=W0141 test_computation_job_inputs.py
pylint -r n --disable=C --disable=W0141 output_file_parameter.py
pylint -r n --disable=C --disable=W0141 test_computation_job_outputs.py


python test_computation_job_inputs.py
python test_process_input_parameters.py
python test_computation_job_outputs.py
python resource_cleaner.py

IF "%1"=="" GOTO exit
Expand Down
2 changes: 1 addition & 1 deletion test/test_computation_job_inputs.py
Expand Up @@ -6,7 +6,7 @@

import unittest
import json
import ConfigParser
import wpsremote.ConfigParser as ConfigParser

from wpsremote import path
from wpsremote import computation_job_param
Expand Down

0 comments on commit 31fedae

Please sign in to comment.