question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Test Fails 6 Tests

See original GitHub issue

poliastro.txt

🐞 Problem

🖥 Please paste the output of following commands

conda info -a

python -c "import poliastro.testing; poliastro.testing.test()"

pip freeze | grep astropy

pip freeze | grep poliastro

🎯 Goal

💡 Possible solutions

📋 Steps to solve the problem

  • Comment below about what you’ve started working on.
  • Add, commit, push your changes
  • Submit a pull request and add this in comments - Addresses #<put issue number here>
  • Ask for a review in comments section of pull request
  • Celebrate your contribution to this project 🎉

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
tomdean1commented, Jul 23, 2018

The sequence of events

  1. python -c “import poliastro.testing; poliastro.testing.test()”
  2. Errors happened
  3. Install Jupyter and IPython
  4. python -c “import poliastro.testing; poliastro.testing.test()”
  5. No Errors The errors were caused by NOT having Jupyter and IPython.
0reactions
astrojuanlucommented, Jul 24, 2018

The errors were caused by NOT having Jupyter and IPython.

Oh, that’s extremely useful! We’ll add this information to the original issue. Thanks for your help!

Read more comments on GitHub >

github_iconTop Results From Across the Web

6 A/B Tests That Did Absolutely Nothing for Us | Groove Blog
But I think it's important for anyone looking for a “magic bullet” to understand one simple truth: testing is mostly failure after failure....
Read more >
failures in test.concurrent tests cause unrelated tests to fail
If a test.concurrent test fails while another test is running, both tests report as failing with the same error.
Read more >
Testing in Go: Failing Tests - Ilija Eftimov ‍
Here's the first thing we have to understand about signaling failures in tests: we have to tell the testing package that this is...
Read more >
File-operation related test fails when running tests in parallel ...
I'm trying to enable parallelization of tests in my rails app, but for some reason one of the test breaks as soon as...
Read more >
Testing Error Cases and Failing Early | Go Tests #2 - YouTube
What is failing early and why should you care? Sometimes it doesn't make sense to continue running a test if one of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found