Skip to content

Commit

Permalink
Add deprecation test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Goodlet committed May 18, 2018
1 parent f8518d8 commit 89fa9bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/test_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,8 @@ def test_result_deprecated():
r = _Result(10, None)
with pytest.deprecated_call():
assert r.result == 10


def test_implprefix_deprecated():
with pytest.deprecated_call():
PluginManager('blah', implprefix='blah')

0 comments on commit 89fa9bc

Please sign in to comment.