kopia lustrzana https://github.com/JOSM/MapWithAI
![]() * Fix an NPE, doesn't fix root issue * Add tag for command tests * Add annotations for specific types of tests. There is now an annotation for slow tests, tests that affect other tests, and tests that are affected by other tests. In the event that a wounded test (test affected by another test) is fixed, it may have its wounded annotation removed. Under no circumstances should the test that affects another test have its bleed annotation removed, since it may cause other tests to fail in the future. When a wounded annotation is added or removed, it should have a reference to the test that is wounding it. * Add documentation on why tests may be failing * Add a wiremock response transformer This ensures that any URL's in the response are also mocked (or fails the test). I also fixed a listener bug for MapWithAILayerInfo. Signed-off-by: Taylor Smock <taylor.smock@kaart.com> |
||
---|---|---|
.. | ||
integration/org/openstreetmap/josm/plugins/mapwithai/io/mapwithai | ||
resources/wiremock | ||
unit/org/openstreetmap/josm/plugins/mapwithai | ||
.gitignore |