106:64250e7006bc
Anton Shestakov <av6@dwimlabs.net>, Tue, 05 Jul 2016 17:45:29 +0800
handlers: not executable, doesn't need #!

next change 128:a93fdb7416f0
previous change 49:82badf3033e4

run-tests.py

Permissions: -rwxr-xr-x

Other formats: Feeds:
#!/usr/bin/env python
import sys
import pytest
def main():
pytest.main(['tests'] + sys.argv[1:])
if __name__ == '__main__':
main()