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
- Host: GitHub
- URL: https://github.com/koffisani/tdd-utilities
- Owner: koffisani
- License: apache-2.0
- Created: 2016-10-11T22:07:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T11:35:39.000Z (over 8 years ago)
- Last Synced: 2025-02-09T19:54:16.533Z (4 months ago)
- Topics: tdd-utilities, test, test-driven-development, unit-testing
- Language: HTML
- Homepage: http://code.koffisani.ga/development/2017/01/29/Test-driven-development-utilities.html
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDD-utilities
Utilities for Test Driven DevelopmentIn 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)