Thank you! I just noticed Manthan referenced on Slack. I will look into it.
On Thu, Jun 11, 2020 at 1:59 PM Michael Vorburger <[email protected]> wrote: > Natasha, > > Copy & Paste is the mother of all innovation... ;-) And reading existing > source code is great inspiration. > > More seriously, what you would do in practice is simply try to see if > there is an already existing related IT to which you can add required > tests, or create a new *Test class under src/integrationTest into which you > copy/paste the basic pattern to login and get the auth token which you'll > find all existing ITs use. > > Manthan is going to write an IT for > https://github.com/apache/fineract/pull/1027. Perhaps you'd like to watch > that PR, and take inspiration from that. > > Best, > M. > _______________________ > Michael Vorburger > http://www.vorburger.ch > > > On Wed, Jun 10, 2020 at 11:19 PM Natasha Natarajan < > [email protected]> wrote: > >> Hi, >> >> I would like to write an integration test to support >> Fineract-934, Fineract-935, Fineract-936. >> >> Is there documentation available to do this? >> >> I appreciate your input in this matter. >> >> Sincerely, >> Natasha >> >
