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.

  • use pytest markers
  • use pytest for runtests and ci tests.
  • remove the pytest_tools directory.
  • remove run_module_suite from the test files.
  • fixup the remaining yield tests, warnings currently suppressed in ci testing.
  • test for nose dependencies by removing nose import from some ci tests.
  • update documentation
  • update numpy-wheels

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:24 (24 by maintainers)

github_iconTop GitHub Comments

2reactions
charriscommented, Apr 9, 2018

If you are looking for other things to do for the first day on the job, I would like to branch 1.15 fairly soon, so PR’s with the 1.15 milestone could use review.

1reaction
mattipcommented, Apr 15, 2018

@hameerabbasi we digress from the topic, but for me the inplace tests run differently if I have a system-wide f2py available, that is whether I did apt install python-numpy or apt remove python-numpy

Read more comments on GitHub >

github_iconTop Results From Across the Web

Usage and Invocations — pytest documentation
Pytest supports several ways to run and select tests from the command-line. ... This will run tests which contain names that match the...
Read more >
Pytest | PyCharm Documentation - JetBrains
From the main menu, choose Navigate | Test. · From the context menu, choose Go To | Test. Go to test · Press...
Read more >
Effective Python Testing With Pytest
In this tutorial, you'll learn how to take your testing to the next level with pytest. You'll cover intermediate and advanced pytest ......
Read more >
switch to pytest · Issue #25 · jupyter/jupyter_kernel_test - GitHub
pytest makes you write top-level functions and assert statements. you don't need to derive from classes (saving a pointless indentation level) ...
Read more >
How to set-up and use py.test in Pycharm | testmon
Since we are using a clean virtual environment, we'll have to install py.test package in order to use it for running the tests....
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