1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00
Files
recipes/cookbook/tests/views/test_views.py
2020-02-28 23:17:04 +01:00

6 lines
85 B
Python

from cookbook.tests.test_setup import TestBase
class TestViews(TestBase):
pass