Raphaël Badin has proposed merging lp:~rvb/maas/test-HACKING into lp:maas.
Requested reviews: Launchpad code reviewers (launchpad-reviewers) For more details, see: https://code.launchpad.net/~rvb/maas/test-HACKING/+merge/118120 Fix HACKING.txt: explain how to run a portion of the test suite. -- https://code.launchpad.net/~rvb/maas/test-HACKING/+merge/118120 Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/test-HACKING into lp:maas.
=== modified file 'HACKING.txt' --- HACKING.txt 2012-08-03 11:10:42 +0000 +++ HACKING.txt 2012-08-03 15:06:39 +0000 @@ -93,8 +93,8 @@ To run tests at a lower level of granularity:: - $ bin/test.maas maasserver.tests.test_api -v - $ bin/test.pserv provisioningserver.tests.test_api -v + $ ./bin/maas test src/maasserver/tests/test_api.py + $ ./bin/maas test src/maasserver/tests/test_api.py:AnonymousEnlistmentAPITest The test runner is `nose`_, so you can pass in options like ``--with-coverage`` and ``--nocapture`` (short option: ``-s``). The
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

