You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Currently, we lack testing for certain types of inputs (large inputs, small inputs, edge cases, etc.). Moreover, we have very little testing for exceptions and no testing at all for the parser.
We should add to our test suite so that a larger variety of tests are covered. Also, we should change the format of our tests so that they make use of the parser. Similarly, we should add tests to test Parser edge cases themselves.
Lastly, we should clean up the testing functions, add documentation, and bring them up to PEP-8 standard. This should conclude the unit-testing part of our project.
Currently, we lack testing for certain types of inputs (large inputs, small inputs, edge cases, etc.). Moreover, we have very little testing for exceptions and no testing at all for the parser.
We should add to our test suite so that a larger variety of tests are covered. Also, we should change the format of our tests so that they make use of the parser. Similarly, we should add tests to test Parser edge cases themselves.
Lastly, we should clean up the testing functions, add documentation, and bring them up to PEP-8 standard. This should conclude the unit-testing part of our project.