-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add tests for serialization, and a Python script for integration testing #38
Add tests for serialization, and a Python script for integration testing #38
Conversation
Codecov Report
@@ Coverage Diff @@
## master #38 +/- ##
==========================================
+ Coverage 77.41% 81.62% +4.21%
==========================================
Files 22 31 +9
Lines 1014 1524 +510
Branches 65 140 +75
==========================================
+ Hits 785 1244 +459
+ Misses 210 172 -38
- Partials 19 108 +89
Continue to review full report at Codecov.
|
8e520d5
to
e7f2c40
Compare
e7f2c40
to
31fcba9
Compare
31fcba9
to
457a751
Compare
3eec111
to
4cdc876
Compare
e8ce9d4
to
63f5211
Compare
That test was written, but never actually called.
b1693ee
to
b637cda
Compare
Just runs through example-programs.
b637cda
to
1b53926
Compare
Related to #33 But, this only tests our serialization code, and incorporates the example programs for integration tests. We still need to take some time and improve our tests, to hit corner cases and failure modes. |
No description provided.