The Wayback Machine - https://web.archive.org/web/20210404210345/https://github.com/topics/testing
Skip to content
#

Testing

Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.

Eliminate bugs and ship with more confidence by adding these tools to your workflow.

Here are 10,727 public repositories matching this topic...

storybook
dexster
dexster commented Mar 9, 2021

Bug

In an Angular project Storybook is displaying this console error for a link generated by Compodocs

Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>.
    in a (created by Markdown)
    in a (created by Markdown)
    in p (created by Markdown)
    in Markdown (created by ArgRow)
    in div (created by Context.Consumer)
    in Styled(div) (created b
hoppscotch
praveenngp
praveenngp commented Sep 9, 2020

Are you creating an issue in the correct repository?

  • When in doubt, create an issue here.
  • If you have an issue with the Jasmine docs, file an issue in the docs repo
    here: https://github.com/jasmine/jasmine.github.io
  • This repository is for the core Jasmine framework
  • If you are using a test runner that wraps Jasmine, consider filing an issue with that library if appropriate:

zfields
zfields commented Feb 12, 2021

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:

TEST_CASE("init() returns `E_HAL_INIT`, when HardwareAbstractionLayer::init() returns an er
robinmackaij
robinmackaij commented Nov 30, 2018

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

Wikipedia
Wikipedia

Testing apps

BuildPulse

Automatically detect, track, and rank flaky tests so you can regain trust in your test suite

Testspace.com

Integrated GitHub test solution for CI Results Dashboard, Reporting, Manual Test Case Management, and Exploratory

TestQuality

The #1 Test Case Creation and Management for GitHub Workflows