diff options
author | 2018-08-31 23:25:18 +0200 | |
---|---|---|
committer | 2018-08-31 23:25:18 +0200 | |
commit | 1d1ffe6b0d924760e1e64cf6485f46572129b131 (patch) | |
tree | 65cd8b71bd7a18b44ea417c0cf6ed76a87a8754e /wiki/tests.py | |
parent | Remove unused files. (diff) | |
parent | Install `flake8` on system. (diff) |
Merge branch 'django' into django+documentation-link-api
Diffstat (limited to 'wiki/tests.py')
-rw-r--r-- | wiki/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/tests.py b/wiki/tests.py index 7ce503c2..a79ca8be 100644 --- a/wiki/tests.py +++ b/wiki/tests.py @@ -1,3 +1,3 @@ -from django.test import TestCase +# from django.test import TestCase # Create your tests here. |