-
Updated
Jul 24, 2021 - JavaScript
#
tests
Here are 1,144 public repositories matching this topic...
Fast, easy and reliable testing for anything that runs in a browser.
testing
test
test-suite
test-runner
test-automation
tests
e2e-tests
testing-tools
javascript-tests
end-to-end-testing
cypress
e2e-testing
Language-agnostic HTTP API Testing Tool
testing
api
http
unit-testing
validation
integration-testing
swagger
test-runner
openapi
tests
test-framework
api-blueprint
cli-app
dredd
openapi-validation
testing-framework
openapi3
sjs-team
openapi2
-
Updated
Jul 19, 2021 - JavaScript
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
-
Updated
Jul 12, 2021 - Go
BDD style assertions for node.js -- test framework agnostic
-
Updated
Oct 29, 2019 - JavaScript
Official ECMAScript Conformance Test Suite
-
Updated
Jul 22, 2021 - JavaScript
Spinning up mongod in memory for fast tests. If you run tests in parallel this lib helps to spin up dedicated mongodb servers for every test file in MacOS, *nix, Windows or CI environments (in most cases with zero-config).
-
Updated
Jul 24, 2021 - TypeScript
testing
vuejs
vue
vuejs2
tests
testing-tools
test-driven-development
vue-testing
vue-testing-tools
vuesjs2-testing
vue-test-utils
vue-testing-utilities
vue-test-utilities
vue-test
avoriaz
vue-testing-framework
-
Updated
May 9, 2021 - JavaScript
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
-
Updated
May 28, 2020 - Shell
Unit testing tips by examples in PHP
-
Updated
Apr 16, 2021
Role based access control using actions, attributes and sync and async conditions
-
Updated
Nov 15, 2020 - TypeScript
The Kotlin fake data generator library!
android
kotlin
open-source
utility
library
android-library
tests
utility-library
test-driven-development
fakeit
data-faker
-
Updated
May 10, 2021 - Kotlin
Jest preset for MongoDB in-memory server
-
Updated
Jul 24, 2021 - JavaScript
Regression Test Selection library for your RSpec test suite
-
Updated
Jun 22, 2021 - Ruby
Open
The MSS settings
PrzemyslawKlys
commented
Oct 8, 2019
nodejs
api
jwt
sql
architecture
restful
postgresql
cookies
tests
starter-kit
objectionjs
framework-agnostic
express-boilerplate
nodejs-api
access-token
refresh-token
-
Updated
Jun 11, 2021 - JavaScript
reference code for syntaxnet
conll
tests
dependency-parser
syntaxnet
universal-dependencies
brat
sejong-corpus
dragnn
training-parser
training-tagger
-
Updated
May 11, 2021 - Python
mity
commented
Jan 11, 2020
Make the output, especially as generated by the macros TEST_CHECK()
, TEST_MSG()
and TEST_DUMP()
, automatically adapt to the current terminal size, so that it looks good in a reasonably small terminal window but can use effectively more space if the terminal window is big.
This should involve:
- Explore what API is available for the purpose on the platform of your choice.
- A pre-pro
Library for running Xamarin.Forms inside of unit tests
-
Updated
Mar 5, 2021 - C#
Extremely flexible golang deep comparison, extends the go testing package, tests HTTP APIs and provides tests suite
testing
go
golang
framework
toolkit
test-suite
assertions
equality
tests
testsuite
golang-package
golang-testing
deep-equals
httptest
variable-equality
testdeep
-
Updated
Jul 24, 2021 - Go
Full-featured test framework for Go! Assertions, mocking, input testing, output capturing, and much more! 🍕
-
Updated
Jul 21, 2021 - Go
-
Updated
Mar 29, 2019 - JavaScript
SonarQube plugin for Flutter / Dart
-
Updated
Jul 20, 2021 - Java
Improve this page
Add a description, image, and links to the tests topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tests topic, visit your repo's landing page and select "manage topics."
Let's say you've changed
house/serializers.py
. Would be nice to run the tests ofhouse/test_serializers.py
or even the tests that were related.To keep in mind: