Vasant Kumar Mogia

Results 8 comments of Vasant Kumar Mogia

@sajidali6567 IMO The solution here is to: - Update the module path to url-shortener or similar - Use the correct import or using a local import like ``` import "url-shortener/folder"...

I'm also waiting (˶ᴗ_ᴗ˵) ᶻ 𝗓 𐰁

I tried implementing this, check out PR #1367

I have implemented this in: https://github.com/DSCmatter/MyRedis/blob/5ea72adb44b3eb538baa39c3b53925a2fc13b244/src/handler.go#L152 & https://github.com/DSCmatter/MyRedis/blob/5ea72adb44b3eb538baa39c3b53925a2fc13b244/src/handler.go#L183

@microsoft-github-policy-service agree

Update: Was able to test it, but it gave 20 errors? Which I didn't even touched. Anyhow had to write this in pyproject.toml - line 77 ``` [tool.pytest.ini_options] pythonpath =...

@yossefelnggar I already did that, check files changed, and I also said about that in my above comment too. Hence, closing Issue #1364

summary of errors after doing > hatch test ``` ================================================================= short test summary info ================================================================== FAILED tests/test_cli_vectors.py::test_output_to_stdout[test_vector2] - AssertionError: CLI exited with error: Traceback (most recent call last): FAILED tests/test_cli_vectors.py::test_output_to_stdout[test_vector4]...