Added test to satisfy workflow
All checks were successful
Python Package / Package (push) Successful in 18s
All checks were successful
Python Package / Package (push) Successful in 18s
This commit is contained in:
parent
2caf73001e
commit
71637d9741
7
test/test_init.py
Normal file
7
test/test_init.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
import requests_util
|
||||||
|
|
||||||
|
def test_init():
|
||||||
|
session = requests_util.initialize_session()
|
||||||
|
assert session is not None
|
||||||
|
|
Loading…
Reference in New Issue
Block a user