We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eaf01a commit ad14609Copy full SHA for ad14609
testing.md
@@ -3,6 +3,11 @@
3
[Merritt Documentation Home](README.md)
4
5
## Types of Testing
6
+- Linting and Validation Testing
7
+ - Test Code Format
8
+ - Merritt employs lint testing for Ruby code (rubocop)
9
+ - Merritt has not implemnted Java linting since the team does not use a consistent set of tools
10
+ - Some Yaml schema checks are in place
11
- Data Consistency Testing
12
- Data validation checks run on a daily basis. The status of each check is reported to a dashboard.
13
- Unit Tests
0 commit comments