DEBSOURCES
Skip Quicknav
sources / python-aiosqlite / 0.21.0-1 / aiosqlite / tests / __main__.py
1234567
# Copyright Amethyst Reese # Licensed under the MIT license import unittest if __name__ == "__main__": unittest.main(module="aiosqlite.tests", verbosity=2)