index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix up tests for changes in split media handling
Will Woods
2011-02-14
2
-89
/
+14
*
Add new tests from the unittests branch
Tomas Mlcoch
2011-02-14
46
-2
/
+6008
*
Fix open method in mock/disk.py.
Tomas Mlcoch
2011-02-14
1
-6
/
+11
*
Improve of mock/disk.py.
Tomas Mlcoch
2011-02-14
1
-1
/
+16
*
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
7
-6
/
+32
*
Mock _isys and block modules in fw test. They are not needed.
Martin Sivak
2011-02-14
1
-1
/
+1
*
Add unit tests for storage.partitioning.getNextPartitionType.
David Lehman
2010-12-07
1
-0
/
+130
*
Import as "pyanaconda.anaconda_log", not "anaconda_log".
Chris Lumens
2010-11-11
1
-2
/
+2
*
Add pyanaconda/.libs to the PYTHONPATH for pylint.
Chris Lumens
2010-11-11
1
-4
/
+5
*
Ignore several false positives and import errors while running pylint.
Chris Lumens
2010-11-11
1
-0
/
+4
*
Remove the parts required to make "make tests" work.
Chris Lumens
2010-11-11
6
-27
/
+23
*
nosetests will only run tests if they are not executable and end in _test.py.
Chris Lumens
2010-11-11
5
-0
/
+0
*
tsort_dict -> tsort in the test case.
Chris Lumens
2010-11-11
1
-3
/
+3
*
Move StorageTestCase into its own file for use by other tests.
David Lehman
2010-10-22
2
-266
/
+288
*
Add device action test suite.
David Lehman
2010-10-22
2
-1
/
+1192
*
Fix test environment python path.
David Lehman
2010-10-22
1
-1
/
+1
*
Add a topological sort implementation for use in sorting device actions.
David Lehman
2010-10-22
2
-1
/
+63
*
Add test cases for the new Size class.
David Cantrell
2010-09-13
2
-0
/
+92
*
Update pylint test for pylint 0.20.1
Brian C. Lane
2010-07-12
1
-5
/
+5
*
booty and isys have moved, so update runpylint.sh.
Chris Lumens
2010-06-30
1
-9
/
+8
*
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
3
-3
/
+6
*
Add the proxy tests to the top-level test framework.
Chris Lumens
2010-06-21
2
-0
/
+3
*
Fix pyanaconda.kickstart import, and init logging before doing anything else.
Chris Lumens
2010-06-21
2
-3
/
+14
*
Do not assume /dev/loop0 and /dev/loop1 are available.
Chris Lumens
2010-06-21
6
-73
/
+99
*
tearDown -> tearDownModules.
Chris Lumens
2010-06-21
1
-1
/
+1
*
Fix test suite Makefile.am files.
Chris Lumens
2010-06-21
3
-8
/
+12
*
Add test cases for proxy regex (#602712)
Brian C. Lane
2010-06-17
4
-1
/
+134
*
Fix up pylint to work with the new source layout.
Chris Lumens
2010-06-01
1
-5
/
+6
*
Add simple firewall unit test
Martin Sivak
2010-05-31
1
-0
/
+49
*
Improve module cleanup in our TestCase class and fix issues in FS mock class.
Martin Sivak
2010-05-31
1
-2
/
+6
*
Structure the repo layout so it matches final structure better and make isys ...
Martin Sivak
2010-05-31
17
-45
/
+59
*
Improve module cleanup in our TestCase class and fix issues in FS mock class.
Martin Sivak
2010-05-20
2
-5
/
+27
*
Move importing of tested modules into setUp methods
Martin Sivak
2010-05-14
6
-9
/
+27
*
Add Mock classes
Martin Sivak
2010-05-14
4
-6
/
+413
*
Add a script for running pylint on anaconda
Hans de Goede
2010-04-15
2
-0
/
+106
*
Fix "make check" to run the tests against your git checkout of anaconda.
Chris Lumens
2010-04-13
8
-3
/
+26
*
Add a test case to verify that kickstart commands use the right handler.
Chris Lumens
2010-04-13
4
-1
/
+75
*
Add a parser for 'multipath -d' output.
Peter Jones
2010-01-20
1
-0
/
+29
*
Add Makefile.am files for tests/
David Cantrell
2009-06-09
3
-0
/
+70
*
Added the run_test.py script to easily run the test cases.
Martin Gracik
2009-03-17
8
-58
/
+99
*
Added test case for devicelib mdraid.py.
Martin Gracik
2009-03-13
2
-27
/
+138
*
Added crypto.py unittest; Updated devicelibs tests baseclass.py and lvm.py
Martin Gracik
2009-03-09
3
-2
/
+128
*
Added unittests for devicelibs lvm.py and swap.py; Corrected errors in lvm.py...
Martin Gracik
2009-03-04
3
-0
/
+335