mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
7 lines
163 B
Python
7 lines
163 B
Python
# Copyright 2018 John Reese
|
|
# Licensed under the MIT license
|
|
|
|
import unittest
|
|
|
|
if __name__ == "__main__":
|
|
unittest.main(module="aiosqlite.tests", verbosity=2)
|