-
Notifications
You must be signed in to change notification settings - Fork 15
Testing
kinkerl edited this page Sep 13, 2010
·
9 revisions
- http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy
- http://gintas.pov.lt/guitest/
Testing the default installation of mintUpload:
- install mintupload-dev
- go to /usr/lib/linuxmint/mintupload/test
- execute all test_*.py scripts and look if everything runs smoothly
In this default configuration, the test scripts look for mintUpload in the parent directory (e.g. /usr/lib/linuxmint/mintupload). It is possible to modify this behavior with the ‘-p PATH’ CLI option. PATH is added at the end of the parent directory to look for mintUpload.
Example:
- parent directory = /usr/lib/linuxmint/mintupload/
- PATH = ../../../../home/user/mydevelopmentstuff/mintupload
as a result, the scripts look for mintUpload in /home/user/mydevelopmentstuff/mintupload