2015-04-17 21:29:30 -03:00

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