File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88* ~
99. * cache
1010.DS_Store
11+ .coverage
1112.idea
1213.tox
1314/venv *
1819docs /_build
1920test-env
2021tests /messages /data /project /i18n /en_US
22+ tests /messages /data /project /i18n /fi_BUGGY /LC_MESSAGES /* .mo
2123tests /messages /data /project /i18n /long_messages.pot
2224tests /messages /data /project /i18n /temp *
23- tests /messages /data /project /i18n /fi_BUGGY /LC_MESSAGES /* .mo
Original file line number Diff line number Diff line change 11test : import-cldr
2- python ${PYTHON_TEST_FLAGS} -m pytest
3-
4- test-cov : import-cldr
5- python ${PYTHON_TEST_FLAGS} -m pytest --cov=babel
2+ python ${PYTHON_TEST_FLAGS} -m pytest ${PYTEST_FLAGS}
63
74test-env :
85 virtualenv test-env
Original file line number Diff line number Diff line change @@ -11,9 +11,12 @@ deps =
1111 backports.zoneinfo; python_version<"3.9"
1212 tzdata; sys_platform == 'win32'
1313whitelist_externals = make
14- commands = make clean-cldr test-cov
14+ commands = make clean-cldr test
15+ setenv =
16+ PYTEST_FLAGS =--cov =babel
1517passenv =
1618 BABEL_*
19+ PYTEST_*
1720 PYTHON_*
1821
1922[gh-actions]
You can’t perform that action at this time.
0 commit comments