Skip to content

Commit b1b35f3

Browse files
author
Alessio Fabiani
authored
Merge pull request #25 from gioscarda/test_output
[Fixes #24] computational jobs outputs tests
2 parents 288272c + 31fedae commit b1b35f3

File tree

5 files changed

+544
-1
lines changed

5 files changed

+544
-1
lines changed

src/wpsremote/xmpp_data/test/test_file

Whitespace-only changes.

test/continoustest.bat

+2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ pylint -r n --disable=C --disable=W0141 computational_job_input_action_update_js
2222
pylint -r n --disable=C --disable=W0141 computational_job_input_actions.py
2323
pylint -r n --disable=C --disable=W0141 test_computation_job_inputs.py
2424
pylint -r n --disable=C --disable=W0141 output_file_parameter.py
25+
pylint -r n --disable=C --disable=W0141 test_computation_job_outputs.py
2526

2627

2728
python test_computation_job_inputs.py
2829
python test_process_input_parameters.py
30+
python test_computation_job_outputs.py
2931
python resource_cleaner.py
3032

3133
IF "%1"=="" GOTO exit

test/test_computation_job_inputs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import unittest
88
import json
9-
import ConfigParser
9+
import wpsremote.ConfigParser as ConfigParser
1010

1111
from wpsremote import path
1212
from wpsremote import computation_job_param

0 commit comments

Comments
 (0)