diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-27 09:50:31 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-10-27 09:50:31 +0200 |
commit | 6b80f7b90c714c335533fa55ba5bf859de717e38 (patch) | |
tree | c4f7633ad76a5f1b33c6a4c7aceff79b2278a0e6 /ishtar_common/tests.py | |
parent | d2ae0229edb74a1d19c5830772bfa3f0dc59f441 (diff) | |
download | Ishtar-6b80f7b90c714c335533fa55ba5bf859de717e38.tar.bz2 Ishtar-6b80f7b90c714c335533fa55ba5bf859de717e38.zip |
Command import_geofla_csv: manage town request with year
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index d882cd85b..2b0a87386 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -115,7 +115,6 @@ class CommandsTestCase(TestCase): self.assertEqual(town_nb + 9, models.Town.objects.count()) - class WizardTestFormData(object): """ Test set to simulate wizard steps |