summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_plugable.py
Commit message (Expand)AuthorAgeFilesLines
* Added tests.util.get_api() function to create a standard (api, home) tuple fo...Jason Gerard DeRose2008-10-301-10/+5
* API.load_plugins() no longer takes dry_run=False kwarg and instead checks in ...Jason Gerard DeRose2008-10-271-2/+3
* Unit test for CLI.boostrap() now checks that -e overrides and values from con...Jason Gerard DeRose2008-10-271-1/+2
* API.bootstrap() now calls Env._finalize_core(); updated unit testsJason Gerard DeRose2008-10-271-2/+12
* Added API.load_plugins() place-holder, which cascades call to API.bootstrap()Jason Gerard DeRose2008-10-261-0/+13
* Implemented placeholder API.bootstrap() method; added API __doing(), __do_if_...Jason Gerard DeRose2008-10-261-82/+105
* Reworking Environment, moved it to config.pyMartin Nagy2008-10-171-79/+0
* Fixed two PEP 257 violations I missed in test_plugable.pyJason Gerard DeRose2008-10-081-2/+2
* PEP 257: cleaned up docstrings in test_plugable.pyJason Gerard DeRose2008-10-071-24/+69
* Renamed tests/tstutil.py to tests/util.pyJason Gerard DeRose2008-10-071-3/+3
* Moved tstutil.py into base of tests so it can be used by all test subpackages...Jason Gerard DeRose2008-10-071-3/+3
* Cleaned up package and module level docstrings for everything in tests/Jason Gerard DeRose2008-10-071-1/+1
* Moved ipalib/tests/ into tests/test_ipalib/Jason Gerard DeRose2008-10-071-0/+896