We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b0bf3 commit a3fa828Copy full SHA for a3fa828
tests/wrap_pytest.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+export JUPYTER_PLATFORM_DIRS=1
4
+export SHOULD_TEST_ALL_FILES=true
5
+export BROWSER=$(which echo)
6
+python -m pytest -Werror "$@"
0 commit comments