mirror of
https://github.com/Cronocide/wifipumpkin3.git
synced 2025-01-22 19:37:18 +00:00
7 lines
137 B
Python
7 lines
137 B
Python
#!/usr/bin/env python3.7
|
|
|
|
import unittest
|
|
|
|
if __name__ == "__main__": # pragma: no cover
|
|
unittest.main(module="tests", verbosity=2)
|