2015-02-02 02:56:14 -02: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