Added possibility to run tests using only unittest.

This commit is contained in:
Fabio Caccamo 2019-12-12 18:29:54 +01:00
parent 91330f3844
commit 54728ea12f
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
import unittest
if __name__ == '__main__':
unittest.main()