test: enhance TestRunURL with additional test cases for URL generation#67
test: enhance TestRunURL with additional test cases for URL generation#67
Conversation
|
|
I think the issue is in the way the test is written. Because the values are described as
To test specific environment variables, you would need to patch the environment BEFORE the file env.py is imported. I had found this issue earlier today that I pushed like a savage. I'll push a test in this PR. |
yes, add the test too! :) OK I'll wait. |
|
The reason I did not write the test is that it is somewhat hard to write... |
|
ha OK — then write a comment in the modified file 🙂 always explain your thinking. |
|
Had to reload the modules with I checked and it catches the error I fixed earlier (8842dee) |
|
thank you @guillaq -- ready! could you please push a new version of the pip package? |
@guillaq I think something's off is going on with the
run_urlmethod. I spent some time trying to fix the issue, but wasn't successful.But I think I've added the tests that should fail until the bug is resolved.