forked from ubuntu/ubuntu-make
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,2 @@ | ||
- List all tests under nose and be able to shell complete to only run one test with debug infos, like: | ||
nosetests3 tests.small.test_download_center:TestDownloadCenter.test_download_with_progress -c log-confs/debug_test.cfg | ||
|
||
- test for downloading the google and local page, ensure there is a link and a md5sum | ||
|
||
- tests doesn't run in sudo runtests | ||
|
||
pep8: | ||
Ran 1 test in 0.898s | ||
|
||
small: | ||
Ran 251 tests in 41.094s | ||
|
||
medium: | ||
Ran 14 tests in 464.690s | ||
-> after local apt: | ||
Ran 14 tests in 108.708s | ||
|
||
large: | ||
Ran 13 tests in 832.659s | ||
- shell complete tests in runtests | ||
|