summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_cli.py
Commit message (Expand)AuthorAgeFilesLines
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Finished reworked cli.CLI class into cli.cli pluginJason Gerard DeRose2009-02-031-161/+0
* Started work on cleaning up how exceptions are caught and sys.exit() is calle...Jason Gerard DeRose2008-11-131-3/+3
* Changed calling signature of output_for_cli(); started work on 'textui' backe...Jason Gerard DeRose2008-11-121-0/+25
* Reoganized global option functionality to it is easy for any script to use th...Jason Gerard DeRose2008-10-311-10/+15
* Added tests.util.get_api() function to create a standard (api, home) tuple fo...Jason Gerard DeRose2008-10-301-15/+2
* API.load_plugins() no longer takes dry_run=False kwarg and instead checks in ...Jason Gerard DeRose2008-10-271-1/+1
* More CLI cleanup, got all basics working againJason Gerard DeRose2008-10-271-64/+77
* More docstrings, functionality, and unit tests for improved CLI classJason Gerard DeRose2008-10-271-0/+44
* Unit test for CLI.boostrap() now checks that -e overrides and values from con...Jason Gerard DeRose2008-10-271-0/+41
* API.bootstrap() now calls Env._finalize_core(); updated unit testsJason Gerard DeRose2008-10-271-0/+2
* Implemented basic CLI.bootstrap(); added corresponding unit testsJason Gerard DeRose2008-10-271-6/+20
* Started cleanup work on CLI class, added unit tests for CLI.parse_globals()Jason Gerard DeRose2008-10-271-0/+5
* Started cleanup work on CLI class, added unit tests for CLI.parse_globals()Jason Gerard DeRose2008-10-271-52/+53
* PEP 257: cleaned up docstrings in test_cli.pyJason Gerard DeRose2008-10-071-10/+12
* Renamed tests/tstutil.py to tests/util.pyJason Gerard DeRose2008-10-071-1/+1
* Moved tstutil.py into base of tests so it can be used by all test subpackages...Jason Gerard DeRose2008-10-071-1/+1
* 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/+138