OpenSearch/plugins/analysis-icu
Nik Everett 95cc3e38fc Check test naming conventions on all modules
The big win here is catching tests that are incorrectly named and will
be skipped by gradle, providing a false sense of security.

The whole thing takes about 10 seconds on my Macbook Air, not counting
compiling the test classes, which seems worth it. Because this runs as
a gradle task with propery UP-TO-DATE handling it can be skipped if the
tests haven't been changed which should save some time.

I chose to keep this in test:framework rather than a new subproject of
buildSrc because ESIntegTestCase and doesn't inroduce any additional
dependencies.
2016-02-29 16:31:49 -05:00
..
licenses Upgrade to Lucene 5.5.0 official release 2016-02-20 17:34:16 -05:00
src Check test naming conventions on all modules 2016-02-29 16:31:49 -05:00
build.gradle Remove -Xlint:-deprecation from plugins 2016-01-07 20:44:46 -05:00