PonyConf/conversations/tests.py

6 lines
79 B
Python
Raw Normal View History

2016-06-12 21:39:04 +00:00
from django.test import TestCase
2016-06-12 23:32:05 +00:00
class ConversationTests(TestCase):
pass