__main__.py 162 B

1234567
  1. # Copyright Amethyst Reese
  2. # Licensed under the MIT license
  3. import unittest
  4. if __name__ == "__main__":
  5. unittest.main(module="aiosqlite.tests", verbosity=2)