1
0

Added test to satisfy workflow
All checks were successful
Python Package / Package (push) Successful in 18s

This commit is contained in:
Jon Michael Aanes 2024-03-15 16:59:39 +01:00
parent 2caf73001e
commit 71637d9741
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

7
test/test_init.py Normal file
View File

@ -0,0 +1,7 @@
import requests_util
def test_init():
session = requests_util.initialize_session()
assert session is not None