summaryrefslogtreecommitdiffstats
path: root/tests/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Finished fist draft of plugin tutorial in ipalib/__init__.py docstringJason Gerard DeRose2008-11-071-2/+1
|
* Added tests.util.get_api() function to create a standard (api, home) tuple ↵Jason Gerard DeRose2008-10-301-2/+19
| | | | for unit testing
* Finished Env._finalize_core() and corresponding unit testsJason Gerard DeRose2008-10-241-0/+8
|
* Added tests.util.TempHome class for created a tempdir and setting ↵Jason Gerard DeRose2008-10-241-2/+14
| | | | os.environ['HOME'] to it; updated various unit tests for Env so they are run using a tempdir for home
* Added ipalib/constants.py; added Env._load_config() method along with ↵Jason Gerard DeRose2008-10-241-0/+43
| | | | comprehensive unit tests for same
* Renamed tests/tstutil.py to tests/util.pyJason Gerard DeRose2008-10-071-0/+147