This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django-constance
Watch
1
Star
0
Fork
You've already forked django-constance
0
mirror of
https://github.com/jazzband/django-constance.git
synced
2026-03-16 22:40:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
6d01cffbc0
django-constance
/
constance
/
test
/
__init__.py
4 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
Allow override_config for pytest (#338) * provides: base override class; unittest and pytest overrides * raise invalid config error earlier * update AUTHORS * avoid AttributeError * fix comment * add tests * fix tests, update docstring * update docs, improve tests * fix docs * fix markdown * refactor pytest override, use hidden fixture, refactor base and unittest classes * improve docstring and error * refactor pytest override to use hooks * set minimum pytest version * revert empty lines removal * introduce pytest test runner for package, refactoring * WIP * Finalize tox config, refactor docs, add global fixture * skip py35 * pytest command: remove unnecessary ignore * address comments * Update constance/test/pytest.py * address comments * add test for checking nested markers Co-authored-by: Camilo Nova <camilo.nova@gmail.com> Co-authored-by: Paweł Zarębski <ppjzarebski@gmail.com>
2020-04-04 16:38:22 +00:00
from
.
unittest
import
override_config
# pragma: no cover
Enable more rules for ruff (#562)
2024-07-05 14:38:26 +00:00
Use double quotes
2025-10-07 09:25:07 +00:00
__all__
=
[
"
override_config
"
]
Reference in a new issue
Copy permalink