summaryrefslogtreecommitdiff
path: root/morphlib/stopwatch_tests.py
Commit message (Expand)AuthorAgeFilesLines
* python scripts: pep8ize codebaseRichard Maw2012-08-011-9/+8
* Remove unnecessary unittest tearDown methodLars Wirzenius2012-02-271-3/+0
* Bump copyright years, get rid of long lines and unused imports.Jannis Pohlmann2012-01-231-1/+1
* Get rid of assertIn, assertNotIn that are only available in Python 2.7.Jannis Pohlmann2012-01-191-8/+8
* Use self.assert* everywhere instead of the assert statement.Jannis Pohlmann2012-01-191-9/+9
* make a Stopwatch usable with the "with" statementLars Wirzenius2012-01-121-0/+17
* Add Stopwatch.start_stop_seconds(), don't use timedelta.total_seconds().Jannis Pohlmann2011-12-081-2/+2
* Use assertEqual and drop has_keys().Jannis Pohlmann2011-12-061-4/+4
* Make Stopwatch less ambiguous, add tests, update Builder.Jannis Pohlmann2011-12-061-0/+58