Closed nrathaus closed 6 months ago
I created this PR to reduce the code complexity of the code that generates the requests
It does so by creating a test_list and then going over it while doing the same routines over and over
test_list
This can make adding/fixing and adjusting code a much easier task
commit was merged in one of the #96 PR commits
I created this PR to reduce the code complexity of the code that generates the requests
It does so by creating a
test_list
and then going over it while doing the same routines over and overThis can make adding/fixing and adjusting code a much easier task