You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf'\n%s\n\n'"to install pytest, then try again."
12
12
else
13
13
printf'\n%s\n'"Please use"
@@ -50,6 +50,7 @@ test_framework() {
50
50
cd src/tests && pytest --import-mode=append core_tests compile_tests --ignore compile_tests/java_implementation -k 'not TestCDistributedImplementationInterface and not TestAsyncDistributed'${PYTEST_OPTS}
51
51
else
52
52
cd src/tests && pytest --import-mode=append core_tests compile_tests --ignore compile_tests/java_implementation -k 'not TestCDistributedImplementationInterface and not TestAsyncDistributed and not noci'${PYTEST_OPTS}
53
+
53
54
fi
54
55
55
56
echo$?>"../../${ec_file}"
@@ -80,7 +81,7 @@ test_amuse_ext() {
80
81
log_file="$(log_file test amuse-ext)"
81
82
82
83
(
83
-
cd src/tests && pytest ext_tests ticket_tests --import-mode=append ${PYTEST_OPTS}-s -v -x -k "not noci and ${bad_ext_tests}"
84
+
cd src/tests && pytest ext_tests --import-mode=append ticket_tests ${PYTEST_OPTS} -k "${bad_ext_tests}"
0 commit comments