Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/webapp/features/terrain.py
diff options
context:
space:
mode:
authorCode Raguet <ignacio.code@gmail.com>2013-09-02 20:15:24 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-09-02 21:19:58 (GMT)
commitbcdacb3af41379bfd5107d8a0824eba826461338 (patch)
treed303150a2a52c9a6e149cbbaecf87017eb0ae848 /webapp/webapp/features/terrain.py
parentba069189fcfae9b3919c3a01704f19faf5a66071 (diff)
add before_each_feature func
Diffstat (limited to 'webapp/webapp/features/terrain.py')
-rw-r--r--webapp/webapp/features/terrain.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/webapp/features/terrain.py b/webapp/webapp/features/terrain.py
index 34f75e0..7cf6c03 100644
--- a/webapp/webapp/features/terrain.py
+++ b/webapp/webapp/features/terrain.py
@@ -24,3 +24,8 @@ def drop_mongo(feature):
@before.each_feature
def drop_sqlite(feature):
management.call_command('flush', interactive=False)
+
+
+@before.each_feature
+def before_each_feature(feature):
+ pass