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