We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392358e commit 7311ceaCopy full SHA for 7311cea
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+### 35.3.5 [#997](https://github.com/openfisca/openfisca-core/pull/997)
4
+
5
+#### Technical changes
6
7
+- In tests, extract `CountryTaxBenefitSystem` to a fixture reusable by all the tests in the test suite.
8
+ - It allows for a better reusability of test scenarios available to new contributors.
9
+ - To mitigate possible performance issues, by default the fixture is initialised once per test module.
10
11
### 35.3.4 [#999](https://github.com/openfisca/openfisca-core/pull/999)
12
13
#### Technical improvements
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name = 'OpenFisca-Core',
38
- version = '35.3.4',
+ version = '35.3.5',
39
author = 'OpenFisca Team',
40
author_email = 'contact@openfisca.org',
41
classifiers = [
0 commit comments