ome / omero-scripts

Core OMERO Scripts
https://pypi.org/project/omero-scripts/
12 stars 32 forks source link

Migrate testParseAllOfficialScripts here #154

Closed joshmoore closed 5 years ago

joshmoore commented 5 years ago

see:

running .omero/docker scripts::


...
test/integration/test_util_scripts.py::TestUtilScripts::test_move_annotations[user-False] PASSED [ 90%]
test/integration/test_util_scripts.py::TestUtilScripts::test_move_annotations[admin-True] PASSED [ 93%]
test/integration/test_util_scripts.py::TestUtilScripts::test_move_annotations[admin-False] PASSED [ 96%]
test/unit/test_parse.py::TestParse::test_parse_all_official_scripts PASSED [100%]

==================== 31 passed, 1 xfailed in 216.37 seconds ====================
Stopping scripts_db_1    ... done
Stopping scripts_web_1   ... done
Stopping scripts_omero_1 ... done
Removing scripts_db_1    ... done
Removing scripts_web_1   ... done
Removing scripts_omero_1 ... done
Removing network scripts_default```
will-moore commented 5 years ago

Changes look good and travis runs the tests and is green. 👍