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

import unittest
loader = unittest.TestLoader()
runner = unittest.TextTestRunner()
runner.run(loader.discover('./test/'))