request unit tests

This commit is contained in:
Miguel Grinberg
2019-04-27 11:58:03 +01:00
parent 9b32292f21
commit 0b95feafc9
8 changed files with 137 additions and 12 deletions

View File

@@ -1,3 +1,6 @@
import sys
sys.path.append('tests')
import unittest
unittest.main('tests')