MySQL chat storage backend example ================================== .. contents:: :depth: 2 :local: Example Service ~~~~~~~~~~~~~~~ .. literalinclude:: server.py Conftest ~~~~~~~~ .. literalinclude:: tests/conftest.py Test ~~~~ .. literalinclude:: tests/test_service.py