run-test.py 251 B

12345678
  1. # Copyright (c) Jupyter Development Team.
  2. # Distributed under the terms of the Modified BSD License.
  3. import os.path as osp
  4. from jupyterlab.tests.test_app import run_karma
  5. if __name__ == '__main__':
  6. run_karma(osp.dirname(osp.realpath(__file__)))