- 07 4月, 2017 1 次提交
-
-
由 Amador Pahim 提交于
Using more than one docstrig directive makes Avocado to use only the first one. This patch makes the safeloader to handle multiple docstring directives (i.e. `
🥑 enable` and `🥑 tags=foo`). Reference: https://trello.com/c/6FpySXuCSigned-off-by: NAmador Pahim <apahim@redhat.com>
-
- 06 2月, 2017 1 次提交
-
-
由 Cleber Rosa 提交于
The unittest standard library on Python 2.7 an later has everything that the unittest2 backport is supposed to have. Let's then drop all the conditional imports of unittest2 and stick with unittest. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 01 12月, 2016 2 次提交
-
-
由 Cleber Rosa 提交于
This adds utility functions to parse class-level docstring contents with a "tags" directive. The idea is that test writers should be able to categorize their tests and test runners should be able to further filter the result of the test reference resolution using that information. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Commit 2adc953e changed how we used to refer to "avocado tags", and now we call them "docstring directives". Let's do that in the code too, so that our users and hackers (and ourselves) have a more consistent experience. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 20 2月, 2016 3 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Cleber Rosa 提交于
The idea is to hold utilities that are used to implement the safe, AKA ast-based, test loader. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-