https://github.com/michaeluno/sample-tdd-plugin
A WordPress plugin that does nothing but just is used to test test-driven development with some third-party testing systems.
https://github.com/michaeluno/sample-tdd-plugin
Last synced: about 1 year ago
JSON representation
A WordPress plugin that does nothing but just is used to test test-driven development with some third-party testing systems.
- Host: GitHub
- URL: https://github.com/michaeluno/sample-tdd-plugin
- Owner: michaeluno
- Created: 2015-03-05T14:07:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T02:45:37.000Z (about 11 years ago)
- Last Synced: 2025-04-09T06:33:11.446Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 660 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sample TDD Plugin
### Welcome to our GitHub Repository
Sample TDD Plugin is an open source WordPress plugin that does nothing. This is used to test Continuous Integration systems.
[](https://scrutinizer-ci.com/g/michaeluno/sample-tdd-plugin/?branch=master)
[](https://scrutinizer-ci.com/g/michaeluno/sample-tdd-plugin/?branch=master)
[](https://scrutinizer-ci.com/g/michaeluno/sample-tdd-plugin/build-status/master)
This repository demonstrates how to perform
- unit tests
- functional tests
- acceptance tests
- generate code coverage
- automated tests with CI
- automated code reviews with CI
## Known Limitation
- Code coverage only covers functional tests.
- Code coverage does not cover tests against a multi-site.