summaryrefslogtreecommitdiffstats
path: root/tests/kickstart_test
Commit message (Collapse)AuthorAgeFilesLines
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-281-2/+2
| | | | Merge baseudev into storage.udev.
* Remove the old suite() crud from kickstart testing, python-nose work differenltyMartin Sivak2011-02-141-8/+1
|
* Tag tests as slow or acceptance tests and split full testing from devel unit ↵Martin Sivak2011-02-141-6/+5
| | | | testing
* Remove the parts required to make "make tests" work.Chris Lumens2010-11-111-5/+0
| | | | | | Since we're apparently using "make unittest" instead, make sure the other target simply doesn't work so there's no confusion. Also, add a Makefile.am to tests/pylint so that directory is included in the distributed sources.
* nosetests will only run tests if they are not executable and end in _test.py.Chris Lumens2010-11-111-0/+0
|
* Import anaconda_log correctly to avoid the double import problem.Chris Lumens2010-06-281-4/+4
|
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-1/+2
| | | | | | | This is required so the source layout and package layout have a similar enough structure to make our test setup work. Without this move, you can't run "make check" or checkbot without getting error messages about no such module pyanaconda.booty.
* Fix pyanaconda.kickstart import, and init logging before doing anything else.Chris Lumens2010-06-211-3/+14
|
* Fix test suite Makefile.am files.Chris Lumens2010-06-211-2/+2
| | | | | | | | | | (1) Many tests have moved from foo.py to foo_test.py, so that needs changing in the TESTS variable. (2) Add a $PATH that includes /sbin and /usr/sbin so losetup and storage commands work. (3) Change PYTHONPATH to include new pyanaconda directory.
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-312-0/+116
a real Python package. Also updates the build and autotools stuff to work with the new structure