Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests are not passing #19

Open
martinRenou opened this issue Jul 4, 2019 · 3 comments
Open

Tests are not passing #19

martinRenou opened this issue Jul 4, 2019 · 3 comments

Comments

@martinRenou
Copy link
Member

In the tests there is an

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

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

@toddrme2178
Copy link
Contributor

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
Copy link
Member

jtpio commented Aug 16, 2019

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

@consideRatio
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants