Skip to content

Commit

Permalink
Review suggestions and moving files
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Sep 4, 2024
1 parent 78a857b commit 394c776
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
File renamed without changes.
5 changes: 1 addition & 4 deletions tests/util/test_helpers.py → tests/tools/test_helpers.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import pytest

from parcels.util._helpers import deprecated, deprecated_made_private

# Write me tests to test deprecated and depreacted_made_private decorators
# They should raise a DeprecationWarning, and also have the function name (or in the case of a method, {class_name}.{method_name}) in the warning message
from parcels.tools._helpers import deprecated, deprecated_made_private


def test_deprecated():
Expand Down
Empty file removed tests/util/__init__.py
Empty file.

0 comments on commit 394c776

Please sign in to comment.