7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export PYTHONUNBUFFERED=1
|
|
export PYTHONPATH=.
|
|
|
|
py.test -s tests/
|