jupyter-widgets / jupyterlab-sidecar

A sidecar output widget for JupyterLab
BSD 3-Clause "New" or "Revised" License
247 stars 39 forks source link

Tests are not passing #19

Open martinRenou opened 5 years ago

martinRenou commented 5 years ago

In the tests there is an

import {
  ExampleModel, ExampleView
} from '../../src/'

But there is no definition of those types in the code base

toddrme2178 commented 5 years ago

The python tests have a similar issue. sidecar/tests/test_example.py tries to import the module sidecar.example, but this doesn't seem to exist as far as I can tell.

jtpio commented 5 years ago

Those example tests are most likely coming from the widget cookiecutter.

consideRatio commented 4 years ago

I resolved this part of the tests in #38, but I got stuck down the line. Like @jtpio guess, I also think they are unused remnants from the cookiecutter.