To simplify code reviews in this area, should we add tests? Might be mighty hard to “mentally execute” in lieu of tests…
- Paul > On Aug 25, 2017, at 9:40 AM, Parth Chandra <[email protected]> wrote: > > Don't think there are any unit tests, and again there is no rest api > client. The UI is the only test tool, sadly. > > > On Thu, Aug 24, 2017 at 12:55 PM, Timothy Farkas <[email protected]> wrote: > >> Hi All, >> >> I want to add some unit tests for a new rest endpoint I added to the >> DrillRestServer. I've been looking but I couldn't find an existing test for >> rest endpoints, or a rest api client. Does anyone have any pointers to >> where the rest api tests are kept and if there is a pre-existing rest api >> client? >> >> Thanks, >> Tim >> >>
