Remove unused docs and tests (for now)
This commit is contained in:
parent
8a109e9705
commit
315d0d7e8e
12 changed files with 0 additions and 742 deletions
|
|
@ -1,27 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
test_djangocms-blog
|
||||
------------
|
||||
|
||||
Tests for `djangocms-blog` modules module.
|
||||
"""
|
||||
|
||||
import os
|
||||
import shutil
|
||||
import unittest
|
||||
|
||||
from djangocms_blog import models
|
||||
|
||||
|
||||
class TestDjangocms_blog(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def test_something(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue