]> git.ipfire.org Git - thirdparty/babel.git/commit
Small test cleanup (#1172)
authorAarni Koskela <akx@iki.fi>
Wed, 15 Jan 2025 13:01:58 +0000 (15:01 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2025 13:01:58 +0000 (13:01 +0000)
commit0c1091c9de9543e30bc4b845eb10b5bf84516d7b
treee315eadd43ab5395861c1b7a19afba58bc17c4db
parentdb4879136a7fbcef475f26b75dbdd65d0ce488f9
Small test cleanup (#1172)

* Configure Ruff formatter to preserve quotes for now
* Split support functionality tests to a separate modules
* Use standard `monkeypatch` fixture for `os.environ` patching
* Use even more `monkeypatch` for patching

---------

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
pyproject.toml
tests/conftest.py
tests/messages/test_setuptools_frontend.py
tests/test_core.py
tests/test_support.py [deleted file]
tests/test_support_format.py [new file with mode: 0644]
tests/test_support_lazy_proxy.py [new file with mode: 0644]
tests/test_support_translations.py [new file with mode: 0644]