bridgy-fed/tests/test_actor.py

9 wiersze
131 B
Python

"""Unit tests for actor.py."""
from . import testutil
class ActorTest(testutil.TestCase):
def test_noop(self):
pass