Veronica Valeros
Veronica Valeros
We are migrating to Python3 and this should be solved. Stay tuned.
We created a docker image to extend a little the life of this Python2.7 version until we migrate fully to Python 3. You can give it a shot, it has...
Not sure is your case, but it was the same for me until I figured I had some php libraries missing: php7.0-xml, php7.0-gmp, php7.0-bcmath.
@ay-bh I'm having some issues running the tests. Maybe I'm missing something here; maybe you exported some path? ```bash AIVPN:~$ python3 -m unittest tests/test_aivpn.py E ====================================================================== ERROR: test_aivpn (unittest.loader._FailedTest) ----------------------------------------------------------------------...
This happens only in some OS. Ubuntu 20.04
It's not urgent and we would love the contributions, thank you!
Can you write one sentence for each function test with what you aim to test? For every component of the CLI we can test for a wide variety of things,...
That sounds good. I **love** small atomic commits with clear messages so I can track the changes as well. Thanks!
@Adity20 thanks! 🤘🏻 - Please move the test to a `tests` folder - Please move the file to a file that respects the naming convention, in this case `tests/test_mod_comm_send.py` -...
@3Vikram3 Hello, the error is because this tool isn't fully migrated to Python 3. Please check the branch Python 2.7 where we provide a docker image: https://github.com/eldraco/domain_analyzer/tree/python2.7