unit testing framework

This commit is contained in:
Miguel Grinberg
2019-04-27 09:41:34 +01:00
parent 92edc17522
commit f741ed7cf8
7 changed files with 278 additions and 0 deletions

3
run_tests.py Normal file
View File

@@ -0,0 +1,3 @@
import unittest
unittest.main('tests')