bacardi
bacardi copied to clipboard
Split example test into feature unit tests.
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.
i agree. for now testing code and example code are mixed. so we should split test code from example code. and that test code should not have coupling with example code.