inasafe / inasafe-realtime

Realtime logic for InaSAFE
2 stars 8 forks source link

Make sure unittests compatible with python 3 #226

Open lucernae opened 4 years ago

lucernae commented 4 years ago

This issue serves as index list for ongoing unit tests migration process.

To run the unit tests, execute this command from deployment directory.

(Make sure images and containers were built):

make build up

Run PEP8 tests + coverage tests:

make check-flake8 coverage-tests