| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move tsort, platform, and baseudev into storage. | David Lehman | 2013-01-28 | 1 | -2/+2 |
| | | | | | Merge baseudev into storage.udev. | ||||
| * | Remove the old suite() crud from kickstart testing, python-nose work differenlty | Martin Sivak | 2011-02-14 | 1 | -8/+1 |
| | | |||||
| * | Tag tests as slow or acceptance tests and split full testing from devel unit ↵ | Martin Sivak | 2011-02-14 | 1 | -6/+5 |
| | | | | | testing | ||||
| * | Remove the parts required to make "make tests" work. | Chris Lumens | 2010-11-11 | 1 | -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 Lumens | 2010-11-11 | 1 | -0/+0 |
| | | |||||
| * | Import anaconda_log correctly to avoid the double import problem. | Chris Lumens | 2010-06-28 | 1 | -4/+4 |
| | | |||||
| * | Move isys and booty into the pyanaconda/ directory, adjust paths to match. | Chris Lumens | 2010-06-28 | 1 | -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 Lumens | 2010-06-21 | 1 | -3/+14 |
| | | |||||
| * | Fix test suite Makefile.am files. | Chris Lumens | 2010-06-21 | 1 | -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 Sivak | 2010-05-31 | 2 | -0/+116 |
| a real Python package. Also updates the build and autotools stuff to work with the new structure | |||||
