setup.cfg 210 B

12345678
  1. [metadata]
  2. license_file = LICENSE
  3. [tool:pytest]
  4. testpaths=jupyterlab/tests
  5. norecursedirs=node_modules .git _build
  6. addopts = --pdbcls=IPython.terminal.debugger:Pdb -v --junitxml=junit.xml
  7. ignore=tests examples