intial commit of tests, documentation
This commit is contained in:
8
tests/test_statistics.py
Normal file
8
tests/test_statistics.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from tests.base import BaseModelTestCase
|
||||
from unittest import TestCase
|
||||
from pyteamsnap.models import Statistics
|
||||
|
||||
|
||||
class TestStatistics(BaseModelTestCase, TestCase):
|
||||
__test__ = True
|
||||
TestClass = Statistics
|
||||
Reference in New Issue
Block a user