Skip to content

Commit

Permalink
created a Test Module[issue #5]
Browse files Browse the repository at this point in the history
  • Loading branch information
muddi900 committed Feb 17, 2023
1 parent a7666c8 commit 36a4765
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file added tests/__init__.py
Empty file.
7 changes: 7 additions & 0 deletions tests/order_tests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import vcr
import httpx


@vcr.use_cassette()
def test_order_resp(resp) -> None:

0 comments on commit 36a4765

Please sign in to comment.