- Split unit and integration tests - Add doc to `scenario.py` and `get_survey_scenario.py` - Add tests to `get_survey_scenario.py` - Use `multipledispatch` to reduce code complexity
0.7.10
- Import `reduce` from `functools` - It has been moved there in Python 3
0.7.9
- Replace `nosetests` (unmaintained) with `pytest`
0.7.8
- Bump openfisca-france version to 34
0.7.7
- Remove `__future__` imports - They make sense no more as we've migrated to the Python 3 interpreter