Comment 6 for bug 715820

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Hi Chris!

Thanks for taking the time to help us. My nick is nessita and you can ping me in #ubuntuone at freenode. To propose a branch against the project, you should:

* branch the project's trunk

bzr branch lp:ubuntuone-control-panel <a branch name>

* code tests, run tests with:
 - the whole suite: ./run-tests
 - a specific test or test suite or test file: u1trial [-t <test pattern regex>] <test filename>

For example, to run all the tests for the UI:

u1trial ubuntuone/controlpanel/gtk/tests/test_gui.py

(you can find several examples of UI testing in that file)

* commit attaching the bug number to your commit:

bzr ci --fixes=lp:<bug number>

* push to the project, something like:

bzr push lp:~chris/ubuntuone-control-panel/<branch name>

Let me know if you need something else!