craftbeerpi4-pione/venv3/lib/python3.7/site-packages/aiosqlite/tests/__main__.py

8 lines
163 B
Python
Raw Normal View History

2021-03-03 23:49:41 +01:00
# Copyright 2018 John Reese
# Licensed under the MIT license
import unittest
if __name__ == "__main__":
unittest.main(module="aiosqlite.tests", verbosity=2)