Commit Graph

121 Commits

Author SHA1 Message Date
jakirkham 700076019b Drop ordereddict requirement (#84)
* Drop ordereddict requirement

As Python 2.7 is the minimum Python supported, every version of Python
should have `ordereddict` preincluded in the standard library one way or
another. So we can drop this dependency and just handle the differences
between Python 2 and Python 3.
2017-07-07 12:57:56 +03:00
Stanislav Kudriashev 037859a1f8 Update version to 0.7.0 2017-03-31 12:13:20 +03:00
Stanislav Kudriashev e6fff6f6ff Update 'parameterized' library 2017-03-31 12:10:15 +03:00
Stanislav Kudriashev 2c7ad5b758 Support Python3.6 2017-03-31 12:06:36 +03:00
John Kirkham 576a24522a Add @jakirkham as an author 2017-03-11 22:21:03 +03:00
John Kirkham f75dc02dcf Drop BSD 4-Clause license 2017-03-11 22:21:03 +03:00
Stanislav Kudriashev ccc5679022 Fix travis config 2016-12-07 11:13:59 +03:00
Stanislav Kudriashev baefb0878f Drop Python2.6 support #79 2016-12-07 10:17:42 +03:00
Harald Nordgren ccc4dacd1d When using '--timer-top-n', output the '--timer-json-file' results with slowest tests first 2016-10-28 10:19:04 +03:00
Stanislav 2a3870fa1b Merge pull request #77 from Carreau/percentage-timing
Report percentage time in printed report
2016-10-23 15:09:15 +03:00
Matthias Bussonnier eab076d7a0 Report percentage time in printed report 2016-07-10 15:07:50 -07:00
Stanislav 30a99a2e0e Merge pull request #76 from Carreau/json-export
Allow to export the timings as JSON.
2016-07-09 09:25:12 +03:00
Matthias Bussonnier cc3191fd3b Allow to export the timings as JSON
Also include the status of tests in dumps cause a faster commit that
fails, or a slower commit that used to be skipped can always happen.
2016-07-08 22:43:08 -07:00
Stanislav Kudriashev 153bd55751 Support Python3.5 2016-05-31 13:29:55 +03:00
Stanislav Kudriashev 298ee69573 Remove Python3.2 from classifiers 2016-02-11 10:11:52 +03:00
Stanislav Kudriashev 8faa0cde2f Update version to 0.6.0 2016-02-11 10:02:30 +03:00
Stanislav Kudriashev 37d593c813 Drop support of py32 2016-02-11 10:00:17 +03:00
Stanislav Kudriashev 0302659a64 Remove redundant print 2016-02-11 09:55:09 +03:00
Stanislav Kudriashev 032e7de6ea py34 fix 2016-01-14 14:06:17 +03:00
Stanislav Kudriashev 010901d5d2 Fix plugin with multiprocessing on MacOS 2016-01-14 13:17:53 +03:00
Stanislav Kudriashev 78192ce610 Fix output consistency with multiprocess plugin 2016-01-14 11:48:08 +03:00
Stanislav d3d05f1e37 Merge pull request #67 from snth/patch-1
Fix typos in --timer-filter usage examples
2015-07-23 18:13:08 +03:00
Tobias Brandt e6923588b4 Fixed typos in --timer-filter usage examples 2015-07-23 11:39:07 +02:00
Stanislav Kudriashev d622f4e618 Update version to 0.5.0 2015-07-20 18:07:23 +03:00
Stanislav Kudriashev dd1b941851 Fix multiprocessing issues 2015-07-20 18:03:40 +03:00
Stanislav Kudriashev 72a3d5af71 Implement --timer-filter switch 2015-07-19 20:57:21 +03:00
Julien Kauffmann bf6a25e53f Add ereOn to the contributors list 2015-06-11 20:41:47 +03:00
Julien Kauffmann 623436a3cb Disabled color support for Windows 2015-06-11 20:33:37 +03:00
Stanislav 3ef747af6a Merge pull request #62 from ereOn/multiprocessing
Conditionally removed Windows multiprocessing reference
2015-06-11 20:18:43 +03:00
Julien Kauffmann ea2c9407d3 Conditionally removed Windows multiprocessing reference 2015-05-14 16:48:14 -04:00
Stanislav Kudriashev 79c3087aa5 Update version to 0.4.4 2015-05-08 15:56:11 +03:00
Corey Goldberg e98de63760 Changed code directives to literal blocks 2014-12-31 11:28:09 +02:00
Corey Goldberg 858f081e7a Use timeit module to get most accurate timer for current platform 2014-12-27 15:39:07 +02:00
Stanislav Kudriashev 11cc9fc000 Update setup.py classifiers for Python3.2 2014-12-08 13:12:18 +02:00
Stanislav Kudriashev 2d7d7af15f Add PyPy3 test environment 2014-12-08 13:11:22 +02:00
Stanislav Kudriashev e264ab78d9 Update Travis CI config for Python3.2 2014-12-08 13:02:49 +02:00
Stanislav Kudriashev d78b845c11 Fix Python3.2 support 2014-12-08 12:58:21 +02:00
Stanislav Kudriashev 0929a77387 Add usedevelop option for tox testenv 2014-12-08 12:28:15 +02:00
hugovk 81b8797015 Update setup.py with Python3.4, CPython and PyPy 2014-12-07 22:24:44 +02:00
hugovk 21f6f7e9f3 Add PyPy test environment 2014-12-04 12:35:21 +02:00
Stanislav Kudriashev 2de902e85b Update version 2014-12-02 21:39:55 +02:00
Stanislav Kudriashev c6d08b30bc Another fix for Travis CI to deploy on PyPi 2014-12-02 21:11:12 +02:00
Stanislav Kudriashev 3f0ad3e3a9 Fix PyPi release hook with proper branch 2014-12-02 20:49:01 +02:00
Stanislav 72f5d9d3c9 Merge pull request #49 from mahmoudimus/release-on-tag
Release to pypi on tag
2014-12-02 20:26:05 +02:00
Mahmoud Abdelkader abdc847a35 release on tag 2014-12-02 09:50:06 -08:00
hugovk 004ff74420 Update README install instructions 2014-12-02 00:06:50 +02:00
Sam Clegg 42fb44ddc9 Fix name of LICENSE file in MANIFEST.in
This avoids a warning during build (and during pip install).

Also, fix license parameter in setup.py. This param should
be the name of the license, not the file containing the
license. Since this package is dual licensed I copied the
syntax used in setuptools itself which is "XXX or YYY".
2014-12-01 23:49:50 +02:00
Stanislav 5104c98744 Merge pull request #45 from e0ne/py34
Enable testing on py34 for tox and TravisCI
2014-07-31 13:53:56 +03:00
Ivan Kolodyazhny 8b3cd7342d Enable python3.4 tests for tox and TravisCI 2014-07-31 13:46:16 +03:00
Stanislav Kudriashev 36d5e73094 Small test clean-up 2014-05-03 22:47:21 +02:00