Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not hardcode path to ipa-getkeytab in tests | Petr Viktorin | 2014-03-13 | 1 | -0/+3 |
| | | | | | | | | | | | Using the in-tree binary makes testing outside the source tree impossible. Use ipa-getkeytab from $PATH, and add the directory to $PATH when running the in-tree tests. Part of the work for https://fedorahosted.org/freeipa/ticket/3654 Reviewed-By: Martin Kosek <mkosek@redhat.com> | ||||
* | Use /usr/bin/python2 | Xiao-Long Chen | 2014-01-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Part of the effort to port FreeIPA to Arch Linux, where Python 3 is the default. FreeIPA hasn't been ported to Python 3, so the code must be modified to run /usr/bin/python2 https://fedorahosted.org/freeipa/ticket/3438 Updated by pviktori@redhat.com | ||||
* | Make sure appropriate exit status is returned in make-test | Tomas Babej | 2013-02-25 | 1 | -0/+2 |
| | | | | | The make-test script now returns 1 in case that any of the test cases that were run failed. | ||||
* | Pass make-test arguments through to Nose | Petr Viktorin | 2012-04-11 | 1 | -28/+6 |
| | | | | | | | | | | | Currently, our test script forwards a select few command line arguments to nosetests. This patch removes the filtering, passing all arguments through. This allows things like disabling output redirection (--nocapture), dropping into a debugger (--pdb, --pdb-failures), coverage reporting (--with-cover, if installed), etc. https://fedorahosted.org/freeipa/ticket/2135 | ||||
* | Execute /usr/bin/python directly instead of /usr/bin/env python | Rob Crittenden | 2011-01-14 | 1 | -1/+1 |
| | | | | ticket 608 | ||||
* | Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed ↵ | Jason Gerard DeRose | 2009-12-18 | 1 | -0/+1 |
| | | | | 'existant' mispelling | ||||
* | Add pdb options to make-test to pass onto nosetests | Rob Crittenden | 2009-12-11 | 1 | -0/+14 |
| | |||||
* | Take 2: Extensible return values and validation; steps toward a single ↵ | Jason Gerard DeRose | 2009-12-10 | 1 | -33/+63 |
| | | | | output_for_cli(); enable more webUI stuff | ||||
* | Let the updater delete entries and add small test harness | Rob Crittenden | 2009-10-05 | 1 | -1/+1 |
| | | | | | | | | In order to run the tests you must put your DM password into ~/.ipa/.dmpw Some tests are expected to generate errors. Don't let any ERROR messages from the updater fool you, watch the pass/fail of the nosetests. | ||||
* | Re-enable doctest, fix broken docstrings | Jason Gerard DeRose | 2009-05-13 | 1 | -1/+1 |
| | |||||
* | Renamed f_ra.py plugin to cert.py | Jason Gerard DeRose | 2009-02-17 | 1 | -1/+1 |
| | |||||
* | Mostly got the test_xmlrpc/ tests working again | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+1 |
| | |||||
* | New Param: all docstring examples now pass under doctests | Jason Gerard DeRose | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | New Param: removed more depreciated 'import ipa_types' | Jason Gerard DeRose | 2009-01-14 | 1 | -1/+1 |
| | |||||
* | Moved setting of run-time variables from Env.__init__() to Env._bootstrap() | Jason Gerard DeRose | 2008-12-22 | 1 | -1/+1 |
| | |||||
* | Finished kwarg validation and extension mechanism in parameter.Param | Jason Gerard DeRose | 2008-12-11 | 1 | -0/+1 |
| | |||||
* | Fixed Warning messages about log dir in unit test | Jason Gerard DeRose | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Re-enable Python2.4 tests and fixed some small things broken under Python2.4 | Jason Gerard DeRose | 2008-12-08 | 1 | -2/+1 |
| | |||||
* | Finished fist draft of plugin tutorial in ipalib/__init__.py docstring | Jason Gerard DeRose | 2008-11-07 | 1 | -1/+1 |
| | |||||
* | Added ipalib/constants.py; added Env._load_config() method along with ↵ | Jason Gerard DeRose | 2008-10-24 | 1 | -0/+1 |
| | | | | comprehensive unit tests for same | ||||
* | make-test now runs doctests also; fixed several broken doctests | Jason Gerard DeRose | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | Renamed gen-doc.bash, run-tests.bash to make-doc, make-test respectively | Jason Gerard DeRose | 2008-10-07 | 1 | -0/+31 |