Hey All, We have added more feature in UnitTest Framework. Among which are :
1. Giving the user a feature of specifying the no of locales with which test can be run. For this 3 method: *maxLocales()*, *minLocales()*, *addNumLocales()* have been given. 2. User can now also specify the tests in which it depends on using *dependsOn()* method. You can find the whole documentation here https://krishnadey30.github.io/UnitTest-Docs <https://krishnadey30.github.io/UnitTest-Docs/modules/test/library/packages/UnitTest/UnitTest.html> . It would be very helpful if I can get some feedback on this. On Mon, Jun 17, 2019 at 7:17 PM Krishna Kumar Dey < [email protected]> wrote: > Hey All, > > Please find the updated link to the documentation below. > https://krishnadey30.github.io/UnitTest-Docs/ > > On Mon, Jun 17, 2019 at 6:12 PM Krishna Kumar Dey < > [email protected]> wrote: > >> Hey All, >> >> Greetings of the day. >> >> As part of my GSoC project, I have implemented the assertion Interface of >> Unit Test Framework. Please find the link to the documentation of current >> Interface. >> https://unittest-chapel.000webhostapp.com/ >> You can find the source code here >> <https://github.com/chapel-lang/chapel/blob/master/test/library/packages/UnitTest/UnitTest.chpl> >> >> Also, find the link to the proposed design of the Unit Test Framework >> https://github.com/chapel-lang/chapel/issues/13098. >> >> It would be very helpful if I can get some feedback on this. >> >> -- >> Thank You >> Krishna Kumar Dey >> >> >> >>
_______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
