diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-02-22 16:09:05 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2018-02-22 16:09:05 +0100 |
commit | 7eaf84a65627827223775366465f6734958306a5 (patch) | |
tree | 801edaee5d028e23b354f776ed00bc4d41e39707 /ishtar_common/tests.py | |
parent | fd071daaa94d43ece78f93f1fabdfca3f127962b (diff) | |
download | Ishtar-7eaf84a65627827223775366465f6734958306a5.tar.bz2 Ishtar-7eaf84a65627827223775366465f6734958306a5.zip |
Update labels
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 6902854a2..208c8d224 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -183,7 +183,7 @@ class WizardTestFormData(object): step name :param ignored: steps to be ignored in wizard processing :param pre_tests: list of function to be executed before the wizard - :param extra_tests: list of extra tests. Theses tests must be functions + :param extra_tests: list of extra tests. These tests must be functions accepting two parameters: the current test object and the final step response """ |