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