Skip to content

Commit

Permalink
Add hint of Issue pytest-dev#478 to error text
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Betts authored and Duncan Betts committed Nov 26, 2016
1 parent 6dfc54d commit 3633a21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
3.0.5.dev0
==========

*
* Add hint to error message hinting possible missing __init__.py (`#478`_). Thanks `@DuncanBetts`_.

* An error message is now displayed if ``--confcutdir`` is not a valid directory, avoiding
subtle bugs (`#2078`_).
Expand All @@ -15,13 +15,13 @@
* Cope gracefully with a .pyc file with no matching .py file (`#2038`_). Thanks
`@nedbat`_.

* Add hint to error message hinting possible missing __init__.py (`#478`_). Thanks `@DuncanBetts`_.

*

.. _@adler-j: https://github.com/adler-j
.. _@DuncanBetts: https://github.com/DuncanBetts
.. _@nedbat: https://github.com/nedbat

.. _#478: https://github.com/pytest-dev/pytest/issues/478
.. _#2038: https://github.com/pytest-dev/pytest/issues/2038
.. _#2078: https://github.com/pytest-dev/pytest/issues/2078
.. _#2082: https://github.com/pytest-dev/pytest/issues/2082
Expand Down

0 comments on commit 3633a21

Please sign in to comment.