python-benedict/tests/__init__.py

7 lines
89 B
Python

# -*- coding: utf-8 -*-
import unittest
if __name__ == "__main__":
unittest.main()