Skip to content

Commit

Permalink
Update deprecation test
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Nov 21, 2024
1 parent b339f57 commit ae63459
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e3fp/test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ def dep_method():
assert "removed in 1.3" in message
assert "DEPRECATED!!!" in str(w[-1].message)

assert ".. note:: Deprecated in e3fp 1.1" in dep_method.__doc__
assert "will be removed in e3fp 1.3" in dep_method.__doc__
assert "DEPRECATED!!!" in dep_method.__doc__
assert "\t.. deprecated:: 1.1\n\t DEPRECATED!!!" in dep_method.__doc__

def test_efficiency_warning(self):
from e3fp.util import E3FPEfficiencyWarning
Expand Down

0 comments on commit ae63459

Please sign in to comment.