Skip to content
kinkerl edited this page Sep 13, 2010 · 9 revisions

Testing Frameworks an Libs

  • http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy
  • http://gintas.pov.lt/guitest/

how to test:

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 PATHCLI 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

Clone this wiki locally