-
Updated
Nov 9, 2020 - JavaScript
test-runner
Here are 268 public repositories matching this topic...
-
Updated
Nov 7, 2020 - JavaScript
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Nov 4, 2020
-
Updated
Nov 7, 2020 - JavaScript
Neovim terminal mode
Hi,
When I run my tests using the neovim
strategy, it opens a new terminal but auto focus on the buffer. Then I have to press <C-o>
to not close the buffer and go back to my split pane.
Is there a way to have it open but not switch my focus to the newly opened pane automatically?
The default output doesn't have much contrast and is a bit hard to read for me. That's best illustrated with a screenshot:
Hello, and thank for this module.
I am wondering if consideration has been given to adding colour to the stack traces printed out upon failure of a test. For a test runner emphasizing colour, this seems like an obvious omission. I have patched in this functionality using pygments
in my fork: psacawa/green@1922bc8 in an ad hoc fashion t
-
Updated
Oct 2, 2020
-
Updated
Nov 9, 2020 - C#
-
Updated
Sep 29, 2020
-
Updated
Dec 22, 2017 - JavaScript
-
Updated
Apr 9, 2017 - JavaScript
-
Updated
Nov 7, 2020 - C#
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
Shell completion
From https://polymer.slack.com/archives/CE6D9DN05/p1601887288223100
I have the following config
threshold: {
statements: 95,
branches: 59,
functions: 90,
lines: 95
}
And locally it gives me this
Code coverage: 85.58 %
View full coverage report at coverage/lcov-report/index.html
But in CI it’s different and I have no idea what fails
Code coverag
-
Updated
Aug 12, 2020 - Shell
-
Updated
Sep 2, 2020 - Python
-
Updated
Nov 4, 2020 - Kotlin
-
Updated
Nov 6, 2020 - Java
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 5, 2018 - Ruby
This looks to be something legacy which hasn't been updated in several releases. I've asked Charlie Poole/Rob Prouse if they can remove it from the choco site, as maintainers. We should also remove the packaging from the repo here.
https://www.chocolatey.org/packages/nunit-console-with-extensions
Consider the below test case, the language is Icelandic.
The test explorer shows this test case as
Notice that \u0081 is being added in between two characters as a
Improve this page
Add a description, image, and links to the test-runner topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the test-runner topic, visit your repo's landing page and select "manage topics."
Relevant spec sections:
https://drafts.csswg.org/selectors-4/#the-dir-pseudo
https://html.spec.whatwg.org/multipage/semantics-other.html#selector-ltr
The interesting cases to test are from the definition of "directionality" in HTML:
https://html.spec.whatwg.org/multipage/dom.html#the-directionality
dir="ltr"
matches:dir(ltr)
dir
attr