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.

Remove skips from docstests

See original GitHub issue

We run doctests on a CI environment with many packages installed:

https://github.com/dask/dask/blob/a87236041ff223363698f65c5b7c153415a41259/.github/workflows/additional.yml#L80:L104

So we probably don’t need to skip as many as we do (grep for # doctest: +SKIP).

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
zzhengnancommented, Jul 28, 2021

@jsignell Thanks for all the help getting this across the finish line. I learnt a great deal about the layout of the project.

1reaction
zzhengnancommented, Jul 24, 2021

The remaining 3 PRs are now ready for review

Read more comments on GitHub >

github_iconTop Results From Across the Web

doctest — Test interactive Python examples — Python 3.11.1 ...
That doctest succeeds if ValueError is raised, with the list.remove(x): x not ... The SKIP flag can also be used for temporarily “commenting...
Read more >
Python doctest: skip a test conditionally - Stack Overflow
I know how to skip a doctest using # doctest: +SKIP , but I can't figure out how to skip a test sometimes,...
Read more >
Deleting Tests | Zephyr Squad Cloud Documentation
Select the tests you want to delete, hit Next and then pick the the Delete Issues option. This will then delete all the...
Read more >
pytest Documentation - Read the Docs
2.13 How to use skip and xfail to deal with tests that cannot succeed . ... delattr to remove the function or property...
Read more >
pytest fixtures: explicit, modular, scalable
Provide a dict injected into the docstests namespace. ... the other user's mailbox is emptied before deleting that user, otherwise the system may...
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