summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* ut: fix upgrade_test.pyAles Kozumplik2011-08-091-1/+1
* ut: product_test.py should not fail if executed by itself.Ales Kozumplik2011-08-051-7/+3
* Annotate the list of what pylint warnings and errors we ignore.Chris Lumens2011-08-011-5/+43
* Disable E1103 (the "some types could not be inferred" message).Chris Lumens2011-08-012-6/+1
* Delete the Mocked pyanaconda.product to fix product tests.Chris Lumens2011-08-011-0/+6
* Fix import errors in the unit tests.Chris Lumens2011-08-012-13/+13
* Remove the booty unit tests.Chris Lumens2011-08-015-551/+1
* We also need to catch ValueError on mock.disk.TestFile.__del__.Chris Lumens2011-08-011-1/+1
* dispatcher: allow requesting a step without insisting.Ales Kozumplik2011-07-281-0/+12
* edd: fix syntax in situation when two edd directories point to the same device.Ales Kozumplik2011-07-281-0/+29
* ut: cleanup the taking-over-io mechanism.Ales Kozumplik2011-07-273-49/+41
* Fix broken unit tests (cmdline, network).Ales Kozumplik2011-07-271-22/+10
* Change IsBeta to IsFinalMartin Gracik2011-07-261-5/+5
* edd: do not traceback with cciss devices.Ales Kozumplik2011-07-261-0/+17
* edd: do not traceback when can not find the respective pci device.Ales Kozumplik2011-07-262-2/+24
* There's no more booty module, so don't bother checking it.Chris Lumens2011-07-221-1/+1
* Ignore false positives in kickstart.py.Chris Lumens2011-07-221-0/+2
* Ignore reimport warnings from pylint.Chris Lumens2011-07-221-1/+1
* changes needed to have per-connection ifcfg files for wifi connectionsVratislav Podzimek2011-07-181-28/+1
* edd: refactor and enhance the edd module.Ales Kozumplik2011-07-041-0/+133
* unit tests: provide 'glob.glob' and 'os.listdir' in the DiskIO class.Ales Kozumplik2011-07-041-9/+39
* Keep dracut settings in sets instead of many long strings.Ales Kozumplik2011-06-242-6/+32
* ut: remove trailing whitespace in language_test.pyAles Kozumplik2011-06-221-58/+58
* Implement an option that lets anaconda name mpath devices by the wwid.Ales Kozumplik2011-06-171-21/+73
* Unit tests cleanupsAles Kozumplik2011-05-236-502/+261
* Remove trailing whitespace in file tests/mock/mock.py.Ales Kozumplik2011-05-231-31/+31
* ut: if _isys is not available dispatch_test and indexed_dict_test are failing.Ales Kozumplik2011-05-193-31/+41
* ut: make pyanaconda_test/backed_test.py passAles Kozumplik2011-05-193-141/+128
* dispatch: implement method of saving/restoring all steps scheduling.Ales Kozumplik2011-05-191-21/+83
* ut: make upgrade_test pass.Ales Kozumplik2011-05-191-46/+46
* cosmetic: dispatch.skipStep is dispatch.skip_stepsAles Kozumplik2011-05-193-8/+8
* dispatch: remove "upgradeswapsuggestion" and "addswap" steps.Ales Kozumplik2011-05-191-57/+0
* Throw away the dispatcher 'skipList' and give Step a state.Ales Kozumplik2011-05-191-0/+133
* IndexedDict class for storing the installer stepsAles Kozumplik2011-05-191-0/+39
* fix resuce_test.pyAles Kozumplik2011-05-041-99/+73
* Move most anaconda mount points to be under /mnt/install.Chris Lumens2011-04-131-9/+9
* Fixup upgrade test for findExistingRoots change (#681267)Brian C. Lane2011-03-011-7/+1
* Fix up tests for changes in split media handlingWill Woods2011-02-142-89/+14
* Add new tests from the unittests branchTomas Mlcoch2011-02-1446-2/+6008
* Fix open method in mock/disk.py.Tomas Mlcoch2011-02-141-6/+11
* Improve of mock/disk.py.Tomas Mlcoch2011-02-141-1/+16
* 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-147-6/+32
* Mock _isys and block modules in fw test. They are not needed.Martin Sivak2011-02-141-1/+1
* Add unit tests for storage.partitioning.getNextPartitionType.David Lehman2010-12-071-0/+130
* Import as "pyanaconda.anaconda_log", not "anaconda_log".Chris Lumens2010-11-111-2/+2
* Add pyanaconda/.libs to the PYTHONPATH for pylint.Chris Lumens2010-11-111-4/+5
* Ignore several false positives and import errors while running pylint.Chris Lumens2010-11-111-0/+4
* Remove the parts required to make "make tests" work.Chris Lumens2010-11-116-27/+23
* nosetests will only run tests if they are not executable and end in _test.py.Chris Lumens2010-11-115-0/+0