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.

`--duration` More precise terminal message when tests with small duration are hidden

See original GitHub issue

Currently when tests are skipped because of the --duration flag, a generic message is printed to terminal:

(0.00 durations hidden.  Use -vv to show these durations.)

I suggest to improve it slightly with the number of hidden tests, as well as precise threshold:

(7 items with duration < 0.005s hidden.  Use -vv to show these durations.)

What do you think ?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
smariecommented, Mar 20, 2020
1reaction
Zac-HDcommented, Mar 20, 2020

I like it a lot! Maybe tag that PR as closes #6940 so that happens automatically?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Gradle: How to Display Test Results in the Console in Real ...
It'll show you the result of each test while they are running. Downside is that you will get far more output for other...
Read more >
Basic patterns and examples — pytest documentation
Pass different values to a test function, depending on command line options¶. Suppose we want to write a test that depends on a...
Read more >
doctest — Test interactive Python examples
The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they...
Read more >
Command Line for Beginners – How to Use the Terminal ...
Hi everyone! In this article we'll take a good look at the command line (also known as the CLI, console, terminal or shell)....
Read more >
Network features reference - Chrome Developers
This more accurately emulates a first-time user's experience, ... If you can't see the text box, the Filters pane is probably hidden.
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