Jon Michael Aanes
71637d9741
All checks were successful
Python Package / Package (push) Successful in 18s
8 lines
121 B
Python
8 lines
121 B
Python
|
|
import requests_util
|
|
|
|
def test_init():
|
|
session = requests_util.initialize_session()
|
|
assert session is not None
|
|
|