This repository has been archived on 2023-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
WebPicDownloader/run_tests.py

4 lines
120 B
Python
Raw Normal View History

2022-09-11 11:52:41 +02:00
import unittest
loader = unittest.TestLoader()
runner = unittest.TextTestRunner()
runner.run(loader.discover('./test/'))