Conversation
|
Hi, I appreciate your contribution. I'm planning on adding tests when we get closer to a v1.0 release because there may still be slight changes pre v1.0. Especially when testing the default values set in constructors, your tests may become obsolete quickly. I'm also not sure if we should have tests for simple setters and getters. In What I'm looking for are test cases where a primitive is drawn, some keyboard input is simulated, and the output is compared with the expected screen output. I'm still thinking about this. More specific feedback to your code:
Thanks. |
|
Thanks to your kind feedbuck. I understand my PR is not good one. I appreciate your polite response and feedbuck. Thanks. |
|
Hi, Your code is generally ok and I appreciate your effort but I'm afraid it's a bit too early so I will close it for now. I may get back to this at a later point. But if you want to contribute, I'm happy to prepare some functions for the test cases I envision. Let me know if you're interested and I'll have something ready for you in the next few days. Cheers! |
Hi.
I add tests to four methods in table.go.
Thanks.