summaryrefslogtreecommitdiff
path: root/pytest.py
Commit message (Expand)AuthorAgeFilesLines
* disable auto-colorizing (useless and even bad in most cases)Adrien Di Mascio2009-01-201-0/+3
* pytest option --restart : shortcut -r is now -R (conflict with another option)Fabrice Douchant2008-11-041-1/+1
* [#5555] add new pytest option restart that passes tests which succeeded (see ...Fabrice Douchant2008-10-241-1/+29
* doc upgrade to test taggingPierre-Yves David2008-09-091-0/+36
* allow by tag filteringPierre-Yves David2008-08-261-1/+3
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-1/+5
* make pytest less verbose when running recursively with a specific patternAdrien Di Mascio2008-07-111-3/+10
* fix pause_tracingPierre-Yves David2008-07-031-1/+1
* recognize testdir/testfile with regexpspierre-yves david2008-06-301-9/+8
* consider the current directory as a test dir even if its name is not test or ...Stephanie Marcu2008-05-231-2/+7
* cleaning a bit pytest.pyStephanie Marcu2008-05-231-6/+5
* add some doc about TestCase.optval()Adrien Di Mascio2008-05-071-0/+9
* make pytestconf live againAdrien Di Mascio2008-05-071-25/+93
* we need '' in path anywaySylvain2008-01-231-0/+2
* remove sys.path modification in pytestSylvain2008-01-181-5/+2
* pytest: let KeyboardInterrupt propagateSylvain2007-11-301-1/+1
* profile option for pytestSylvain2007-11-261-5/+15
* 2.3 compatibilitySylvain2007-11-261-1/+4
* print tracebackSylvain2007-11-221-1/+2
* do not crash when django is not installedNicolas Chauvat2007-08-291-1/+1
* use TEST_DATABASE_NAME settings when availableAdrien Di Mascio2007-08-141-1/+5
* restored testonedir() method on PyTesterAdrien Di Mascio2007-07-301-0/+11
* Do not import django setup modules until it is really neededAdrien Di Mascio2007-07-301-25/+56
* first draft for making pytest django-compatible. Needs more refactoringAdrien Di Mascio2007-07-231-1/+93
* don't catch SystemExitAdrien Di Mascio2007-07-161-0/+2
* avoid pytest crash when the test module could not be importedAdrien Di Mascio2007-07-161-7/+21
* small cleanup (hand made commit from alf's repo, for technical reasons)David Douard2007-06-181-5/+3
* fix pytest coverage bugAdrien Di Mascio2007-06-051-13/+10
* do not remove TraceController : we use it later in the fileAlexandre Fayolle2007-06-041-1/+0
* bugfix (was crashing if devtools was not installed)Nicolas Chauvat2007-05-281-1/+1
* directly use settrace rather than aspect-like woven codeAdrien Di Mascio2007-04-231-53/+10
* pytest / coverage work in progressAdrien Di Mascio2007-04-201-16/+127
* stop tracing before coverage annotation and reportingSylvain2007-04-171-2/+4
* only store tracebacks in pdbmodeAdrien Di Mascio2007-04-171-10/+12
* some coverage work in progressAdrien Di Mascio2007-04-171-14/+23
* added --coverage option to pytest.Adrien Di Mascio2007-04-161-76/+119
* sys.modules needs to be restored after a testdir executionAdrien Di Mascio2007-04-131-2/+38
* pytest run smoke testsSylvain2007-04-121-1/+3
* don't recurse anymore when we are in a test directorySylvain2007-04-121-0/+1
* add examples to --helpNicolas Chauvat2007-04-081-5/+14
* pytest can skip testsAdrien Di Mascio2007-04-041-0/+9
* improved output capture in testlibadim2007-03-151-0/+9
* prints which test is being executedAdrien Di Mascio2007-03-091-0/+1
* this should be enough to consider test suites in unittest_mainAdrien Di Mascio2007-03-091-1/+1
* does python2.3 mean something to you ?Adrien Di Mascio2007-03-081-3/+5
* autopath is now based on __init__.py detection rather than __pkginfo__.pyAdrien Di Mascio2007-03-071-8/+8
* pytest improvementsAdrien Di Mascio2007-03-071-0/+208