98:c922c588315e
Anton Shestakov <av6@dwimlabs.net>, Mon, 04 Jul 2016 16:35:41 +0800
checker: wrap execute() in another function to ease exiting on failures

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()