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

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.

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.

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/michaeluno/sample-tdd-plugin/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/michaeluno/sample-tdd-plugin/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/michaeluno/sample-tdd-plugin/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/michaeluno/sample-tdd-plugin/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/michaeluno/sample-tdd-plugin/badges/build.png?b=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.