summaryrefslogtreecommitdiffstats
path: root/make-test
Commit message (Collapse)AuthorAgeFilesLines
* Make sure appropriate exit status is returned in make-testTomas Babej2013-02-251-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 NosePetr Viktorin2012-04-111-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 pythonRob Crittenden2011-01-141-1/+1
| | | | ticket 608
* Added Fuzzy docstrings; make-test now runs doctests in tests/*; fixed ↵Jason Gerard DeRose2009-12-181-0/+1
| | | | 'existant' mispelling
* Add pdb options to make-test to pass onto nosetestsRob Crittenden2009-12-111-0/+14
|
* Take 2: Extensible return values and validation; steps toward a single ↵Jason Gerard DeRose2009-12-101-33/+63
| | | | output_for_cli(); enable more webUI stuff
* Let the updater delete entries and add small test harnessRob Crittenden2009-10-051-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 docstringsJason Gerard DeRose2009-05-131-1/+1
|
* Renamed f_ra.py plugin to cert.pyJason Gerard DeRose2009-02-171-1/+1
|
* Mostly got the test_xmlrpc/ tests working againJason Gerard DeRose2009-02-031-0/+1
|
* New Param: all docstring examples now pass under doctestsJason Gerard DeRose2009-01-141-1/+1
|
* New Param: removed more depreciated 'import ipa_types'Jason Gerard DeRose2009-01-141-1/+1
|
* Moved setting of run-time variables from Env.__init__() to Env._bootstrap()Jason Gerard DeRose2008-12-221-1/+1
|
* Finished kwarg validation and extension mechanism in parameter.ParamJason Gerard DeRose2008-12-111-0/+1
|
* Fixed Warning messages about log dir in unit testJason Gerard DeRose2008-12-081-1/+1
|
* Re-enable Python2.4 tests and fixed some small things broken under Python2.4Jason Gerard DeRose2008-12-081-2/+1
|
* Finished fist draft of plugin tutorial in ipalib/__init__.py docstringJason Gerard DeRose2008-11-071-1/+1
|
* Added ipalib/constants.py; added Env._load_config() method along with ↵Jason Gerard DeRose2008-10-241-0/+1
| | | | comprehensive unit tests for same
* make-test now runs doctests also; fixed several broken doctestsJason Gerard DeRose2008-10-171-1/+1
|
* Renamed gen-doc.bash, run-tests.bash to make-doc, make-test respectivelyJason Gerard DeRose2008-10-071-0/+31