Files
pyteamsnap/tests/test_opponent.py

9 lines
206 B
Python

from tests.base import BaseModelTestCase
from unittest import TestCase
from pyteamsnap.models import Opponent
class TestOpponent(BaseModelTestCase, TestCase):
__test__ = True
TestClass = Opponent