Files
auto-archiver/tests/__init__.py
Patrick Robertson 30d423c8e6 Setup a basic framework for unit tests
Use 'python -m unittest' from the project root to run
2024-12-31 14:29:52 +01:00

4 lines
63 B
Python

import unittest
if __name__ == '__main__':
unittest.main()