eead4efe6a
* Use user_id: int instead of Optional[CollectionElment] in utils * Rewrote autoupdate system without CollectionElement
8 lines
119 B
Python
8 lines
119 B
Python
from django.test import TestCase as _TestCase
|
|
|
|
|
|
class TestCase(_TestCase):
|
|
"""
|
|
Does currently nothing.
|
|
"""
|