Skip to content

Commit dba9c44

Browse files
Add unit tests
1 parent ac97a08 commit dba9c44

File tree

3 files changed

+694
-1
lines changed

3 files changed

+694
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
author="Nuveo",
99
install_requires=[],
1010
setup_requires=["pytest-runner"],
11-
tests_require=["pytest==4.4.1"],
11+
tests_require=["pytest==8.3.3", "responses"],
1212
test_suite="tests",
1313
)

0 commit comments

Comments
 (0)