expect
Here are 201 public repositories matching this topic...
The documentation in https://exscript.readthedocs.io/en/latest/cli_tutorial.html#reading-host-names-from-a-csv-file says: The CSV file has the following format: ... telnet://myhost value another_value i.e. without mentioning that the URL syntax can include username and password as described on https://exscript.readthedocs.io/en/latest/cli_tutorial.html#reading-login-information.
Both fail to
-
Updated
Apr 30, 2020 - JavaScript
Bug
packageversion: 1.0.2nodeversion: v12.1.0npm(oryarn) version: npm 6.14.3jestversion: 25.1.0
-
Updated
Apr 1, 2020 - Go
It would be great to be able to override "display" behavior in the send calls when needed, similarly to how timeout can be overridden in the expect calls.
It is very useful since "display" might not be needed in general, but might be needed for some specific send calls.
-
Updated
Oct 31, 2019 - Python
-
Updated
May 30, 2020 - TypeScript
-
Updated
Sep 27, 2019 - Vim script
-
Updated
Apr 22, 2020 - TypeScript
We just upgraded to React16 and as a consequence updated quite a number of our libraries. In the test cases we started seeing this error:
undefined is not an enzyme wrapper
In assertions.js/isEnzymeWrapper(); expect-enzyme looks for the actual property which used to be present on the Expectation object returned when you called expect(something). expect() no longer returns an Expectation
-
Updated
Apr 29, 2020 - JavaScript
Add unit tests
Add unit tests to reach 99% coverage. Any help is appreciated!
-
Updated
May 31, 2020 - Python
-
Updated
May 26, 2020 - TypeScript
-
Updated
Aug 21, 2019 - Python
-
Updated
Sep 12, 2017 - JavaScript
-
Updated
Jun 25, 2018 - Shell
Improve this page
Add a description, image, and links to the expect topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the expect topic, visit your repo's landing page and select "manage topics."
can you add documentation for the project or at-least for the public methods? I have two layouts in a frame layout with both widths as match_parent. I want to animate top layout to bottom and I achieved it. I want the animated view to have margin 10dp in left and right with width as match_parent. I tried it but can't achieve it. Can you please help.