umap/pytest.ini

4 lines
103 B
INI
Raw Normal View History

2016-08-20 05:32:23 -05:00
[pytest]
DJANGO_SETTINGS_MODULE=umap.tests.settings
2023-02-27 04:01:01 -06:00
addopts = "--pdbcls=IPython.terminal.debugger:Pdb"