summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare 0.22.1logilab-common-version-0_22_1logilab-common-debian-version-0_22_1-1David Douard2007-06-184-2/+16
* small cleanup (hand made commit from alf's repo, for technical reasons)David Douard2007-06-181-5/+3
* updated packaging a bitAlexandre Fayolle2007-06-083-5/+4
* fix textutils testAdrien Di Mascio2007-06-051-2/+1
* fix pytest coverage bugAdrien Di Mascio2007-06-051-13/+10
* remove empty string and current working directory from sys.pathAlexandre Fayolle2007-06-041-0/+8
* 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
* removed spurious quoteAdrien Di Mascio2007-05-241-1/+1
* do not leak internal rsh reportsNicolas Chauvat2007-05-151-1/+27
|\
| * replaced tested textAdrien Di Mascio2007-05-151-40/+40
| * added history file for debuggersAdrien Di Mascio2007-05-151-1/+27
* | do not leak internal rsh reportsNicolas Chauvat2007-05-151-64/+3
|/
* prepare 0.22Sylvain2007-05-143-2/+8
* mergeSylvain2007-05-102-1/+30
|\
| * added 2 methods to Node (tree.py): depth_down() (name could be bettern, thoug...David Douard2007-05-042-1/+30
* | update ChangelogSylvain2007-05-101-3/+5
* | ~=db: new list_users, sql_drop_unique_constraint methods on advanced helpersSylvain2007-05-042-2/+21
|/
* fix escape for DOT node ids.Adrien Di Mascio2007-05-031-1/+2
* try to generate all API docAdrien Di Mascio2007-05-031-1/+2
* directly use settrace rather than aspect-like woven codeAdrien Di Mascio2007-04-231-53/+10
* pytest / coverage work in progressAdrien Di Mascio2007-04-203-23/+163
* stop tracing before coverage annotation and reportingSylvain2007-04-171-2/+4
* only store tracebacks in pdbmodeAdrien Di Mascio2007-04-172-16/+25
* some coverage work in progressAdrien Di Mascio2007-04-171-14/+23
* added --coverage option to pytest.Adrien Di Mascio2007-04-161-76/+119
* added ability to explicitly set the test description. This can be useful for ...Adrien Di Mascio2007-04-161-1/+20
* sys.modules needs to be restored after a testdir executionAdrien Di Mascio2007-04-131-2/+38
* better output capture for generative testsAdrien Di Mascio2007-04-121-0/+5
* pytest run smoke testsSylvain2007-04-121-1/+3
* don't recurse anymore when we are in a test directorySylvain2007-04-121-0/+1
* update readmeSylvain2007-04-121-3/+10
* make apycot apySylvain2007-04-121-17/+27
* make everyone happyAdrien Di Mascio2007-04-111-1/+1
* explicit check that suite is a function, not a callableAdrien Di Mascio2007-04-111-1/+1
* pytest looks for a suite() functionAdrien Di Mascio2007-04-111-2/+5
* unittest complianceAdrien Di Mascio2007-04-111-14/+18
* graph name written in the dot file has to be normalizedSylvain2007-04-091-1/+1
* add examples to --helpNicolas Chauvat2007-04-081-5/+14
* use shutil.move instead of os.rename as default action of shellutils.mvSylvain2007-04-053-4/+3
* pytest can skip testsAdrien Di Mascio2007-04-043-3/+79
* improved output capture in testlibadim2007-03-153-41/+96
* prints which test is being executedAdrien Di Mascio2007-03-091-0/+1
* this should prevent test failures in test environmentAdrien Di Mascio2007-03-091-1/+1
* yap23cp (aka. Yest Another Python 2.3 compatiblity problemAdrien Di Mascio2007-03-091-1/+5
* this should be enough to consider test suites in unittest_mainAdrien Di Mascio2007-03-092-5/+18
* date.py / unittest_date.py reorganizationAdrien Di Mascio2007-03-092-51/+60
* be quiet during test executions (assertListEquals actually prints stuff when ...Adrien Di Mascio2007-03-081-0/+2
* just a minor change to be able to do something like :Adrien Di Mascio2007-03-081-1/+5
* does python2.3 mean something to you ?Adrien Di Mascio2007-03-082-21/+46