Skip to content

Commit

Permalink
add: import_werkzeug_response test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Trval committed Oct 6, 2023
1 parent 8c44247 commit 5b87614
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ def test_recursions_with_empty(self):
assert utils.merge(a, b) == b


class UnpackImportResponse(object):
def test_import_werkzeug_response(self):
assert utils.import_werkzeug_response() != None


class CamelToDashTestCase(object):
def test_no_transform(self):
assert utils.camel_to_dash("test") == "test"
Expand Down

0 comments on commit 5b87614

Please sign in to comment.