Commit Graph

31 Commits

Author SHA1 Message Date
Jim Brännlund 8e96c6ed94
Migrate to 'black' for consistent styling and formatting (#218)
* Migrate to 'black' for consistent styling and formatting

* Add black to tox and travis
2019-08-04 14:09:46 +02:00
Dave Hunt 3df72de391 Run tests against Python 3.7 and update classifiers 2018-07-05 16:43:51 +01:00
Bruno Oliveira 3ee1822bf1 Require pytest >= 3.0 to install (#123)
Since #121 pytest < 3 is no longer supported

Related to #122
2017-06-12 16:23:33 +01:00
Dave Hunt c6fc62c550
Adjust classifiers to indicate Python version support 2017-02-28 08:43:35 +00:00
Dave Hunt b5b3e26906
Replace environment section with values from pytest-metadata 2017-02-24 17:56:32 +00:00
Dave Hunt f84482bc6a
Disable ANSI codes support by default
Due to ansi2html having a less permissive license, remove it as a dependency.
2016-12-19 15:41:57 +00:00
Prem Karat 24e169d9a4
Add ANSI support to report
ANSI codes used for color logging is not retained in html report
This patch adds that support. Fixes/implements issue#74.

Signed-off-by: Prem Karat <pkarat@mvista.com>
2016-11-08 11:40:42 +00:00
Dave Hunt d9c0b8782b
Switch to setuptools_scm for managing versions 2016-09-23 12:43:15 +01:00
Dave Hunt 5ca382751e
Bumped version number to 1.10.0 and updated release notes 2016-08-09 15:07:22 -07:00
Dave Hunt 93eaaf8ac8 Bump version number to 1.9.0 and update release notes 2016-07-06 16:19:07 +01:00
Dave Hunt 7c876d2bd7 Move project to pytest-dev GitHub organisation 2016-06-21 18:17:38 +02:00
Dave Hunt 9bf843e020 Bump version number to 1.8.1 and update release notes 2016-05-24 09:25:15 +01:00
Dave Hunt 9ec24cbfec Add Programming Language :: Python :: 3.5 to list of classifiers 2016-03-24 09:35:26 +00:00
Dave Hunt f334180d4e Add Framework::Pytest to list of classifiers 2016-03-24 09:35:09 +00:00
Dave Hunt 5d21d46c70 Bump version number to 1.8 and update release notes 2016-02-24 16:54:07 +00:00
Dave Hunt 315bd7b510 Bump version number to 1.7 2015-10-19 09:01:47 +01:00
Dave Hunt a0ff70e169 Bump version to 1.6 2015-09-08 14:38:28 +01:00
Dave Hunt 947b036dc6 Bump version number to 1.5.1 2015-08-18 15:57:01 +01:00
Dave Hunt 778eca169b Bump version to 1.5 2015-08-18 11:11:40 +01:00
Dave Hunt db51755c12 Bump version to 1.4 2015-08-12 13:50:02 +01:00
Florian Bruhin b54c8885c9 Add PyPI Trove classifiers for Python 3. 2015-08-11 22:23:53 +02:00
Dave Hunt 1a0982f066 Bump version number to 1.3.2 2015-07-27 14:11:19 +01:00
Dave Hunt fa3cf42603 Bump version number to 1.3.1 2015-05-26 16:35:42 +01:00
Dave Hunt 1f3bc597bf Bump version number to 1.3 2015-05-26 16:24:43 +01:00
Dave Hunt a254be9435 Bump version number to 1.2 2015-05-20 11:10:27 +01:00
Dave Hunt 0f60a59fb0 Bump version number to 1.1 2015-05-08 14:57:10 +01:00
Florian Bruhin bc18b2a898 Rename package to pytest_html.
This is to avoid a conflict with the `html' package which is in the Python3
stdlib.
2015-05-07 20:28:47 +02:00
Dave Hunt c52ee2dad8 Ensure extra report content is marshallable 2015-04-20 13:57:04 +01:00
Dave Hunt 0c52bb6d4a Specify minimum py.test version in setup.py 2015-04-15 12:52:03 +01:00
Dave Hunt 3f8c3aa3b3 Add README 2015-04-15 10:28:39 +01:00
Dave Hunt ee81f7740b Initial commit 2015-04-14 20:26:04 +01:00