bridgy-fed/tests/test_xrpc_actor.py

10 wiersze
142 B
Python

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