diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-07-17 19:25:40 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-07-17 19:25:40 +0300 |
commit | f76c22e843b85ba0ad99d0db9dd31f2969892d97 (patch) | |
tree | 531466caeea57596c3f85592ef51a69f27744309 /core/TESTS | |
parent | 33d279b95a2a8b3d8d0ac713eea8f83b9a569833 (diff) | |
download | troggle-f76c22e843b85ba0ad99d0db9dd31f2969892d97.tar.gz troggle-f76c22e843b85ba0ad99d0db9dd31f2969892d97.tar.bz2 troggle-f76c22e843b85ba0ad99d0db9dd31f2969892d97.zip |
moving dev configs to _deploy/
Diffstat (limited to 'core/TESTS')
-rw-r--r-- | core/TESTS/tests-cuyc-ignored.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/tests-cuyc-ignored.py b/core/TESTS/tests-cuyc-ignored.py index ac4e5b3..976c97f 100644 --- a/core/TESTS/tests-cuyc-ignored.py +++ b/core/TESTS/tests-cuyc-ignored.py @@ -26,7 +26,7 @@ from django.test import Client, SimpleTestCase, TestCase, TransactionTestCase class ImportTest(TestCase): def test_import_imports(self): - ed to go through all modules and copy all imports here + #ed to go through all modules and copy all imports here from io import StringIO from cuy.club.models import (Article, Event, Member, Webpage, |