These patches finalize the modifications to the existing tests in tests directory and to the unittesting environment so we can start writing tests which are supposed to be ran on developer's machine before any building (eg. sanity checking the methods and interfaces we have tests for). Additionally, tests may be marked as @slow or @acceptance to specify, that they should be ran only after everything was build and installed (partitioning tests and similar). Everything described here was made possible by moving from our unittest control script to python-nose package. The usage now is really simple (works even before configure has been run): make -f Makefile.am unittest - for the sanity checks make -f Makefile.am fulltest - for the full acceptance checks Martin _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list