An open API service indexing awesome lists of open source software.

https://github.com/koffisani/tdd-utilities

Utilities for Test Driven Development
https://github.com/koffisani/tdd-utilities

tdd-utilities test test-driven-development unit-testing

Last synced: 2 months ago
JSON representation

Utilities for Test Driven Development

Awesome Lists containing this project

README

        

# TDD-utilities
Utilities for Test Driven Development

In computer programming, unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether they are fit for use.

Here are some resources to help you start :

- [Unit Testing Frameworks](unit-testing-frameworks.md)
- [Coverage](test-coverage.md)
- [Not to do](to-avoid.md)