run-test.py 260 B

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