john-bodley edited a comment on issue #9097: [fix] tox running of specific tests URL: https://github.com/apache/incubator-superset/pull/9097#issuecomment-583148023 @villebro I believe the regression was introduced in https://github.com/apache/incubator-superset/pull/8418 though without the `tests` directory the tests don't seem to run correctly (even those `nosetests` is supposed to sniff out all tests) so I'm a little perplexed as to how it worked previously. I've augmented the commit to include missing imports as running certain individual files would fail with the familiar app context error. It seems that the test suite worked merely because the first test alphabetically imported the correct file.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
