File: __main__.py

package info (click to toggle)
python-aiosqlite 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 963; makefile: 46; sh: 5
file content (7 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
# Copyright Amethyst Reese
# Licensed under the MIT license

import unittest

if __name__ == "__main__":
    unittest.main(module="aiosqlite.tests", verbosity=2)