summaryrefslogtreecommitdiff
path: root/framework/log.py
AgeCommit message (Expand)AuthorFilesLines
2014-12-24framework: Cleanup importsDylan Baker1-0/+1
2014-12-03framework: Make the logger print spinners instead of test numbers.Kenneth Graunke1-2/+2
2014-10-30log.py: Fix overwriting of final summaryDylan Baker1-0/+1
2014-09-25framework: Add dummy logger that produces no outputDylan Baker1-0/+16
2014-09-25framework: refactor the log moduleDylan Baker1-103/+223
2014-09-25log.py: Makes method names clearerDylan Baker1-8/+8
2014-09-25framework/log.py: Use keyword args to format instead of splatDylan Baker1-7/+9
2014-09-25framework/log.py: Merge Log.log() and Log.post_log()Dylan Baker1-17/+13
2014-06-06framework/log: Avoid carriage-return when stdout is not a TTY.José Fonseca1-7/+18
2014-04-28framework: add support for a "timeout" statusThomas Wood1-1/+2
2014-04-02framework: print a summary line after a run has finishedThomas Wood1-17/+27
2014-04-02framework/log.py: ensure any previous output is clearedThomas Wood1-5/+14
2014-02-20log: add verbose loggerDylan Baker1-13/+41
2014-02-20log: Rename get_current and mark_completeDylan Baker1-2/+2
2014-02-20framework/log.py: Make self.__summary keys explicitlyDylan Baker1-3/+7
2014-02-16framework: keep track of running stats and display themIlia Mirkin1-3/+13
2014-02-16framework: there are 0 completed tests at the beginningIlia Mirkin1-1/+1
2014-02-16framework: flush out screen prints explicitlyIlia Mirkin1-0/+3
2014-02-09log: Replace console output with a simpler outputDylan Baker1-26/+52
2014-01-28framework/log.py: Use explicit relative importsDylan Baker1-2/+2
2013-07-29log.py: PEP8 complianceDylan Baker1-9/+13
2013-05-13python: Convert tabs to spacesDylan Baker1-17/+17
2011-02-10Add synchronization to Logger functions.U. Artie Eoff1-0/+3
2011-02-07Added a simple logging class. Updated Test::doRun to use the new log.U. Artie Eoff1-0/+46