Skip to content

Commit a3fa828

Browse files
committed
Add wrap_pytest script
1 parent e8b0bf3 commit a3fa828

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/wrap_pytest.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)