python-benedict/tests/__init__.py

5 lines
64 B
Python

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