summaryrefslogtreecommitdiff
path: root/functional_tests/test_program.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #875: nose doesn't collect tests when subpackage is given as argJohn Szakmeister2015-01-251-3/+3
* Fix #771: attr plugin is broken when parent overrides child methodJohn Szakmeister2014-02-201-10/+2
* Fix a twisted test to work with Twisted 12.3.0 or better.John Szakmeister2013-03-041-1/+11
* Fixed import errors after new unittest module layout in 2.7. Added exit= key...Kumar McMillan2009-10-151-1/+2
* Merged 160-jython. Add test.sh shell script to run selftest under python2.3-2...Jason Pellerin2008-03-261-1/+5
* MERGED 0.10.0-stable 378:411 to trunk in preparation for 0.10.1 release.Jason Pellerin2007-12-221-0/+58
* Added additional twisted integration tests. Fixed bug in twistedtools handlin...Jason Pellerin2007-05-101-3/+35
* Changed exit argument to TestProgram to exit from exit_. Added failing error ...Jason Pellerin2007-05-101-3/+3
* Restored correct default behavior of main() (exits), run() (does not exit, re...Jason Pellerin2007-05-071-4/+9
* Updated add_path so that it adds lib and src dirs in the parent path to sys.p...Jason Pellerin2007-04-301-1/+27
* Some work on 2.3 compat -- still much to doJason Pellerin2007-04-251-2/+2
* Fixed interaction between doctest test and importer test. Changed program tes...Jason Pellerin2007-04-121-12/+10
* Implemented config file support (#18) based on patch from Antoine Pitrou.Jason Pellerin2007-04-101-0/+2
* Added a functional test for testprogram that loads some testsJason Pellerin2007-03-241-0/+21
* Began work on functional tests from TestProgramJason Pellerin2007-03-201-0/+42