Skip to content

Disable net connections in Account tests

Gerard Funosas requested to merge disable-net-connections-in-tests into master

Tox.ini is modified because was not loading correctly new packages in requirements.txt Since tests will be in different folders (Django apps) here we suggest to run the command disabling net connections (with httppretty) in each of those test files, using the method setUpClass

Edited by Gerard Funosas

Merge request reports