39:81920cb8753b
Anton Shestakov <av6@dwimlabs.net>, Sat, 18 Jun 2016 22:45:43 +0800
tests: create the in-memory database once in setup_module() Also mock the correct method, close() instead of disconnect().

next change 49:82badf3033e4
previous change 35:d0d03f67dc1f

run-tests.py

Permissions: -rwxr-xr-x

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