63:c43e088b6aed
Anton Shestakov <av6@dwimlabs.net>, Thu, 23 Jun 2016 23:04:26 +0800
tests: test another regex in incoming (luacheck-style linter output)

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