-
Updated
Apr 30, 2021 - JavaScript
bdd
Here are 1,207 public repositories matching this topic...
-
Updated
Apr 27, 2021 - JavaScript
-
Updated
Apr 6, 2021 - JavaScript
With the support of type-hints Python signatures can give information on the type of returned values of a method. This could be used to improve the documentation generated by libdoc.
def my_func(foo: str, count: int) -> str: will give the following in the Argument column:
foo: str, count: int
This could be expanded to include the type of the returned value:
foo: str, count: int -> str
-
Updated
Apr 26, 2021 - PHP
-
Updated
Apr 29, 2021 - Swift
-
Updated
Apr 30, 2021 - PHP
-
Updated
Apr 29, 2021 - Go
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Apr 30, 2021 - C#
Please answer these questions before submitting a bug report.
What version of godog are you using?
> godog -version
Godog version is: v0.11.0
What version of Go are you using?
> go version
go version go1.15.6 darwin/amd64
What did you do?
- Add a step to a feature file including a DocString which has no registered step definition.
- Execute: `godog ru
-
Updated
Dec 29, 2020 - Python
-
Updated
Apr 30, 2021 - Python
-
Updated
Jan 28, 2019 - JavaScript
Summary
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
-
Updated
Apr 20, 2021
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Apr 29, 2021 - JavaScript
-
Updated
Apr 25, 2021 - C++
-
Updated
Apr 30, 2021 - C#
-
Updated
Apr 14, 2021 - Gherkin
-
Updated
Feb 11, 2021 - JavaScript
Improve this page
Add a description, image, and links to the bdd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bdd topic, visit your repo's landing page and select "manage topics."
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example: