diff --git a/tests/wrap_pytest.sh b/tests/wrap_pytest.sh new file mode 100755 index 000000000..c4a14319e --- /dev/null +++ b/tests/wrap_pytest.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +export JUPYTER_PLATFORM_DIRS=1 +export SHOULD_TEST_ALL_FILES=true +export BROWSER=$(which echo) +python -m pytest -Werror "$@"