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