80:fb7bf609dcaa
Anton Shestakov <av6@dwimlabs.net>, Fri, 01 Jul 2016 19:51:45 +0800
viewer: set brand link colors for sure

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