jupyterlab-sidecar icon indicating copy to clipboard operation
jupyterlab-sidecar copied to clipboard

Tests are not passing

Open martinRenou opened this issue 6 years ago • 3 comments

In the tests there is an

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

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

martinRenou avatar Jul 04 '19 09:07 martinRenou

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.

toddrme2178 avatar Aug 15 '19 20:08 toddrme2178

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

jtpio avatar Aug 16 '19 08:08 jtpio

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.

consideRatio avatar Mar 20 '20 16:03 consideRatio