Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecop/rabatt-rechner-kata
Exercise for finding tests for boundary conditions.
https://github.com/codecop/rabatt-rechner-kata
boundary-conditions code-kata exercise kata test-cases unit-testing
Last synced: about 2 hours ago
JSON representation
Exercise for finding tests for boundary conditions.
- Host: GitHub
- URL: https://github.com/codecop/rabatt-rechner-kata
- Owner: codecop
- License: other
- Created: 2020-01-22T12:55:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T13:56:04.000Z (about 1 year ago)
- Last Synced: 2023-09-29T19:23:01.299Z (about 1 year ago)
- Topics: boundary-conditions, code-kata, exercise, kata, test-cases, unit-testing
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Rabatt Rechner (Discount Calculator)
Exercise for finding tests for boundary conditions.
## Your Task
1. Try to find test cases and implement good tests.
1. When all test cases are done, check the code coverage to verify that all production code is tested.
1. Some languages provide frameworks for [Mutation testing](https://en.wikipedia.org/wiki/Mutation_testing) - like [PIT](https://pitest.org/) for Java. Use these to verify the quality of your tests.## License
[New BSD License](http://opensource.org/licenses/bsd-license.php), see `license.txt` in repository.