https://github.com/josm/validations_testing
https://github.com/josm/validations_testing
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/josm/validations_testing
- Owner: JOSM
- License: gpl-2.0
- Created: 2021-05-24T18:49:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-17T19:23:31.000Z (4 months ago)
- Last Synced: 2026-02-18T00:51:10.847Z (4 months ago)
- Language: Java
- Size: 108 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
README
======
## License
[GPL v2 or later](https://choosealicense.com/licenses/gpl-2.0/)
## Authors
* Taylor Smock [taylor.smock@kaart.com](mailto:taylor.smock@kaart.com)
## Notes
This plugin is intended to be used as a staging area for new complex JOSM validations.
Each validation MUST have a link to the appropriate JOSM ticket.
As such, _all new code MUST have at least 95% coverage_. Mutation testing is preferred for complex tests (see [PIT](http://pitest.org/)), but these are not checked.
This project also conforms to the JOSM core style guide.
DO NOT reuse functionality from another test. That test may or may not be added to JOSM before your test. It is OK, however, to reuse a parts of a test that is already in JOSM core.