-
Updated
Jun 13, 2020 - Kotlin
testing-tool
Here are 128 public repositories matching this topic...
Hey,
Im going through examples in readme and in https://volument.com/baretest but as far as i can tell, just copy pasting them throws errors.
It would be nice to have a repo to clone to:
- see how to set it up. currently i dont understand what this supposed to be
const test = require('.')('sum'),
in docs. And its not lack of my js knowledge that bothers me. - verify the performance cl
Downloading section says that all you should do is to add
id 'marathon' version 'X.X.X'
to your build.gradle to add the plugin, but it will not work without this little magic in settings.gradle:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id == "marathon") {
-
Updated
Jun 10, 2020 - Ruby
Is your feature request related to a problem? Please describe.
It takes far too long to test all URLs of a list (Slow Internet).
It would therefore be very good if you could check a list of URLs only for incorrect URLs.
Without DNS query or so, only a check if all URLs are correct and if no errors have occurred e.g. a dot at the end of a URL.
Describe the solution you'd like
When I
-
Updated
May 28, 2020 - Java
Describe the bug
pytest
shows following warning:
============= warnings summary ================
/path/to/venv/lib/python3.7/site-packages/_pytest/mark/structures.py:325
/path/to/venv/lib/python3.7/site-packages/_pytest/mark/structures.py:325: PytestUnknownMarkWarning: Unknown pytest.mark.testrail - is this a typo? You can register custom marks to avoid this warning - for detai
Support `NSView`s
It would be very excellent to be able to support snapshot testing NSViews along with UIViews (unless Apple deprecate NSView soon!)
Bug description
SonarCloud always report 0% coverage
Expected behavior
SonarCloud should report the right coverage.
How to reproduce
Build an internal branch/PR on Travis CI.
Additional context
It looks like Sonar team has deprecated usage of JaCoCo's .exec
files and doesn't take them into account anymore. [Here](https://community.sonarsource.com/t/coverage-test-
The following model is accepted by TorXakis:
PROCDEF p [Input1, Input2 :: Int; Output :: Int] () ::=
Input1 ? x
>-> Input2 ? y [[ x <> y ]]
>-> Output ! x + y | Input1 ?x | Input2 ?y [[ x == y ]]
>-> Output ! x + y
>-> STOP
ENDDEF
CHANDEF chans ::= Input1,Input2, Output :: Int ENDDEF
MODELDEF M ::=
CHAN IN Input1, Input2
CHAN OUT Output
SY
-
Updated
Jun 12, 2020 - Go
-
Updated
Jun 9, 2020 - Java
-
Updated
Apr 16, 2020 - JavaScript
Problem:
When asserting http headers, it is verbose to create expected http headers.
Such as:
expectedHeader := http.Header{}
expectedHeader.Add("X-If-You-Read-This", "send-a-hadouken-back")
requestRecorder.AssertHeaderEqual(t, expectedHeader)
Solution:
A wrapper for creating http.Header and adding the initial key-value pair can be written for conciseness.
Cảm ơn bạn đã viết bài Tutorial bằng tiếng Việt. Mình google rất khó để tìm dc tài liệu để sử dụng cho dự án của mình
Cty mình cũng đã xài Charles 1 thời gian dài, và dần chuyển qua Proxyman, 1 tool mà team mình tìm thấy feature trên Product Hunt.
Về cơ bản, Proxyman như Charles, và cực kỳ dễ xài. App tự làm hết mấy bướ
-
Updated
Jun 10, 2020 - Scala
Describe the bug
RegExp test method should not trigger the extension.
To Reproduce
Work on a javascript file.
Expected behavior
Nothing get's added
**Desktop (please complete the following inf
- goreplay uses elasticsearch storage in non-standard way: you have to setup --http-output to make it work.
- elasticsearch version 6+ is not currently supported. so v5 is a requirement
references:
buger/goreplay#421
elasticsearch-dump/elasticsearch-dump#350
-
Updated
Jun 8, 2020 - Java
-
Updated
Jan 26, 2020 - TypeScript
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Feb 10, 2020 - PLpgSQL
-
Updated
May 2, 2020 - C
-
Updated
Jun 13, 2020 - C#
-
Updated
Jun 4, 2020 - JavaScript
Reproduction steps :
- open component & set parameter default value
- save component
- run component
- close execution result
Expected :
- parameter value set at step1
Current :
- parameter value are empty
-
Updated
May 11, 2020 - HTML
Improve this page
Add a description, image, and links to the testing-tool topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the testing-tool topic, visit your repo's landing page and select "manage topics."
https://docs.nose2.io/en/latest/configuration.html#configuration-files is missing a bit of crucial information: what is the name of the .ini file? It looks like it can be both "unittest.cfg" or "nose2.cfg" if I read the code. Is this correct?