Disable net connections in Account tests
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 Administrator