summaryrefslogtreecommitdiffstats
path: root/test/unittest
Commit message (Collapse)AuthorAgeFilesLines
* add Makefiles so "make clean" cleans up all the crapAdrian Likins2008-01-291-0/+7
|
* comment out the async tests at the momentAdrian Likins2008-01-291-20/+20
|
* some simple unittest for groupsAdrian Likins2008-01-291-0/+22
|
* some unit tests for the async stuff that aren't quite workingAdrian Likins2008-01-231-1/+25
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2008-01-231-36/+54
|\ | | | | | | | | | | Conflicts: test/unittest/test_client.py
| * some unit tests for the sysctl moduleAdrian Likins2008-01-231-0/+10
| |
| * removed unneeded print statementAdrian Likins2008-01-181-1/+0
| |
| * do some refactoringAdrian Likins2008-01-181-35/+44
| | | | | | | | talk to localhost by default instead of "grimlock.devel.redhat.com"
* | Moving the async and multiprocess stuff to top level so we can use themMichael DeHaan2008-01-231-1/+2
|/ | | | on the minion for minion side async funness.
* add attributes to the automagic introspection tests so we can turn them offAdrian Likins2008-01-171-0/+7
| | | | | | easy if we want, aka nosetests -a \!intro
* add methods to BaseTest to also test the introspection methodsAdrian Likins2008-01-171-1/+72
| | | | test modules need to set a "module" attr with the module name now.
* add tests for process and service modulesAdrian Likins2008-01-171-0/+34
|
* add some test cases for the mount and networktest modulesAdrian Likins2008-01-171-0/+33
|
* more test casesAdrian Likins2008-01-171-6/+63
|
* a start at some unittest modules.Adrian Likins2008-01-161-0/+65
This expects the "python-nose" package to be installed. To test, run "nosetests" in the unittest subdir