mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-14 02:58:16 +01:00
8 lines
163 B
Python
8 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)
|