-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split example test into feature unit tests. #100
Comments
i agree. for now testing code and example code are mixed. |
romandev
added a commit
that referenced
this issue
Oct 7, 2017
This patch is adding a new test IDL interface to test/ directory. After this patch, we can build a multiple IDL files and use them. ISSUE=#99,#100 TBR=@hwanseung,@yjaeseok
romandev
added a commit
that referenced
this issue
Oct 7, 2017
This patch is adding a new test IDL interface to test/ directory. After this patch, we can build a multiple IDL files and use them. ISSUE=#99,#100 TBR=@hwanseung,@yjaeseok
romandev
added a commit
that referenced
this issue
Oct 7, 2017
We are already using Mocha as testing framework but for some reasons such as readability and convenience, we decided to use jest instead of Mocha. After this patch, ./bacardi test will run both of Mocha and jest. Once we write test codes enough in jest, we will deprecate Mocha. ISSUE=#99,#100 TBR=@hwanseung,@yjaeseok
romandev
added a commit
that referenced
this issue
Oct 7, 2017
We are already using Mocha as testing framework but for some reasons such as readability and convenience, we decided to use jest instead of Mocha. After this patch, ./bacardi test will run both of Mocha and jest. Once we write test codes enough in jest, we will deprecate Mocha. ISSUE=#99,#100 TBR=@hwanseung,@yjaeseok
romandev
added a commit
that referenced
this issue
Oct 7, 2017
We are already using Mocha as testing framework but for some reasons such as readability and convenience, we decided to use jest instead of Mocha. After this patch, ./bacardi test will run both of Mocha and jest. Once we write test codes enough in jest, we will deprecate Mocha. ISSUE=#99,#100 TBR=@hwanseung,@yjaeseok
romandev
added a commit
that referenced
this issue
Oct 7, 2017
We are already using Mocha as testing framework but for some reasons such as readability and convenience, we decided to use jest instead of Mocha. After this patch, ./bacardi test will run both of Mocha and jest. Once we write test codes enough in jest, we will deprecate Mocha. ISSUE=#99,#100 TBR=@hwanseung,@yjaeseok
romandev
added a commit
that referenced
this issue
Oct 7, 2017
We are already using Mocha as testing framework but for some reasons such as readability and convenience, we decided to use jest instead of Mocha. After this patch, ./bacardi test will run both of Mocha and jest. Once we write test codes enough in jest, we will deprecate Mocha. ISSUE=#99,#100 TBR=@hwanseung,@yjaeseok
romandev
added a commit
that referenced
this issue
Oct 7, 2017
We are already using Mocha as testing framework but for some reasons such as readability and convenience, we decided to use jest instead of Mocha. After this patch, ./bacardi test will run both of Mocha and jest. Once we write test codes enough in jest, we will deprecate Mocha. ISSUE=#99,#100 TBR=@hwanseung,@yjaeseok
romandev
added a commit
that referenced
this issue
Oct 8, 2017
romandev
added a commit
that referenced
this issue
Oct 8, 2017
romandev
added a commit
that referenced
this issue
Oct 8, 2017
romandev
added a commit
that referenced
this issue
Oct 8, 2017
romandev
added a commit
that referenced
this issue
Oct 8, 2017
romandev
added a commit
that referenced
this issue
Oct 8, 2017
romandev
pushed a commit
that referenced
this issue
Oct 8, 2017
romandev
added a commit
that referenced
this issue
Oct 18, 2017
This patch is adding a new test IDL interface to test/ directory. After this patch, we can build a multiple IDL files and use them. ISSUE=#99,#100 TBR=@hwanseung,@yjaeseok
romandev
added a commit
that referenced
this issue
Oct 18, 2017
We are already using Mocha as testing framework but for some reasons such as readability and convenience, we decided to use jest instead of Mocha. After this patch, ./bacardi test will run both of Mocha and jest. Once we write test codes enough in jest, we will deprecate Mocha. ISSUE=#99,#100 TBR=@hwanseung,@yjaeseok
romandev
added a commit
that referenced
this issue
Oct 18, 2017
romandev
added a commit
that referenced
this issue
Oct 18, 2017
To implement POC ASAP, we didn't consider project structure much, especially, testing part. As the number of contributors grows, we need to write more tests and make the structure robust.
The text was updated successfully, but these errors were encountered: