2 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/984cd54cbc27/ Changeset: 984cd54cbc27 User: Alfredo Deza Date: 2013-06-03 16:07:14 Summary: adding ref targets on recwarn Affected #: 1 file
diff -r 194874ef779b84f15f91a64defdd0c1041fc1baf -r 984cd54cbc27a0b7deef57a63fe23414a469cc01 doc/en/recwarn.txt --- a/doc/en/recwarn.txt +++ b/doc/en/recwarn.txt @@ -2,6 +2,8 @@ Asserting deprecation and other warnings ===================================================== +.. _function_argument: + The recwarn function argument ------------------------------------ @@ -24,6 +26,9 @@ * ``pop(category=None)``: return last warning matching the category. * ``clear()``: clear list of warnings + +.. _ensuring_function_triggers: + Ensuring a function triggers a deprecation warning ------------------------------------------------------- https://bitbucket.org/hpk42/pytest/commits/8826e5d7f9c5/ Changeset: 8826e5d7f9c5 User: hpk42 Date: 2013-06-03 16:13:04 Summary: Merge pull request #1 from alfredodeza/297 add ref targets on recwarn Affected #: 1 file diff -r 194874ef779b84f15f91a64defdd0c1041fc1baf -r 8826e5d7f9c59063fcfc97f9e22ba09210aa3957 doc/en/recwarn.txt --- a/doc/en/recwarn.txt +++ b/doc/en/recwarn.txt @@ -2,6 +2,8 @@ Asserting deprecation and other warnings ===================================================== +.. _function_argument: + The recwarn function argument ------------------------------------ @@ -24,6 +26,9 @@ * ``pop(category=None)``: return last warning matching the category. * ``clear()``: clear list of warnings + +.. _ensuring_function_triggers: + Ensuring a function triggers a deprecation warning ------------------------------------------------------- Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org http://mail.python.org/mailman/listinfo/pytest-commit