umap/pytest.ini

4 lines
119 B
INI
Raw Normal View History

2016-08-20 05:32:23 -05:00
[pytest]
DJANGO_SETTINGS_MODULE=umap.tests.settings
2023-09-04 08:07:43 -05:00
addopts = "--pdbcls=IPython.terminal.debugger:Pdb --no-migrations"