summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-enable tmpdir test. GC/circular ref issues resolved.Michael DeHaan2006-05-081-3/+3
|
* Interim commit during refactoring. Pretty broken as a result of some ↵Michael DeHaan2006-05-051-5/+8
| | | | cleanup but it will get straightened out very soon. The main thing I'm doing here is to remove backreferences from the object tree and make the API simpler, so that folks using the API screw up less. This means making the CLI code simpler as well. The serializer has also been overhauled so it's not as much bolted on, although I have some fixing to do to make it work entirely correctly. Wanted to check all of this in case someone decided to patch something else, making diffing really complex in the interim. I'd recommend not patching anything else to this code as I'm not close to done, really.
* Interim commitMichael DeHaan2006-05-051-23/+23
|
* Interim refactoring commitMichael DeHaan2006-05-051-36/+36
|
* Weakref additions prior to refactoringMichael DeHaan2006-05-051-2/+1
|
* Added __init__.py to testsMichael DeHaan2006-05-051-0/+0
|
* Make /etc/cobbler.conf be packaged instead of being created, proper handling ↵Michael DeHaan2006-05-051-8/+6
| | | | of parse errors on config files, tweaking unit tests tempfile stuff since sync() test is currently broken by the tempfile changes (why??)
* Test case runs from a clean dir nowMihai Ibanescu2006-05-041-18/+35
| | | | We create temp dirs and we remove them when we're done.
* Merged Michael's changes with mineMihai Ibanescu2006-05-041-30/+10
|
* Misc cobbler cleanup. Switched to the new yaml parser (it's uglier,Michael DeHaan2006-05-031-14/+47
| | | | | need to do something about that). Added some tests. Modified test code so it never clobbers a working install.
* Packaging for cobblerMichael DeHaan2006-05-031-0/+270