diff options
| author | Yuval Adam <_@yuv.al> | 2018-06-03 14:41:52 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-06-03 14:41:52 +0300 |
| commit | d285da4ebfb461633487901167f0097ea69766b0 (patch) | |
| tree | b3612a9cfce70630bd478f95c96cdcea134bead2 /blog/tests.py | |
Initial commit of my first blog
Diffstat (limited to 'blog/tests.py')
| -rw-r--r-- | blog/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/blog/tests.py b/blog/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/blog/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. |
