Remove unused docs and tests (for now)

This commit is contained in:
Iacopo Spalletti 2014-03-06 20:03:15 +01:00
commit 315d0d7e8e
12 changed files with 0 additions and 742 deletions

View file

@ -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