5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# run tests skipping @pytest.mark.network
|
|
py.test test_daypicts.py -m 'not network' $1 $2 $3
|