55:da06db1fadcd
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 15:21:20 +0800
checker: don't hardcode linter config, load it from files

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