You need to sign in or sign up before continuing.
- 03 2月, 2015 1 次提交
-
-
由 Rudá Moura 提交于
Add support to inspect and find tests inside a directory, recursively, by using the method `discover_url`. It takes a url (path) and returns the tests parameters it discovers. The loader object has the .discover() method, that can be used to inspect the location, and the .validate() method, that will discover any problems on the user's input. We are also changing the behavior of avocado to error out on invalid inputs (missing paths or files that are not avocado tests). Therefore, the concept of MISSING or NOT_A_TEST both disappear from the UI. Unittests were updated to reflect the new status quo. Signed-off-by: NRudá Moura <rmoura@redhat.com> Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 15 12月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Instead of leaving our own users in doc references, replace /home/$USER to simply $HOME. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 06 11月, 2014 1 次提交
-
-
由 Rudá Moura 提交于
Introduce the documentation regarding the new remote plugin. Include information about using the remote plugin in the manual page. Signed-off-by: NRudá Moura <rmoura@redhat.com>
-