Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rudineirk committed Feb 20, 2019
1 parent e8ea3dc commit fe54358
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.3.0

* Add support for test arguments
* Fix test classes without TestCase as base description on pytest<=2.x
* Fix warning with pytest>=4.2.x

## v0.2.1

* Fix tests when plugins generate categories with spaces
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='pytest-mocha',
version='0.2.1',
version='0.3.0',
description='pytest plugin to display test execution output like a mochajs',
long_description=long_description,
author='Rudinei Goi Roecker',
Expand Down

0 comments on commit fe54358

Please sign in to comment.