-
Notifications
You must be signed in to change notification settings - Fork 42
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
there are some law_*, defn_*, and theorem_* that are not being tested by the test suite #19
Comments
The The The |
Pull request #20 adds the following tests to the test framework:
The following are still remaining:
I will take a look about adding them, but I'm not confident I will find a good way. |
I also have two questions related to the testing framework.
|
|
Okay, I've confirmed on my end that the improvements and fix is working. It looks like all tests are passing now.
I'll try to take a look at this. Is there anywhere I should start specifically? Any specific functions/classes you know that need more tests or may not be working? |
The hard case is |
I was reading about the automated testing in the README, and I started wondering if maybe there were any
law_*
,defn_*
, ortheorm_*
functions that weren't added to the test suite for one reason or another.Using this super hacky bash script, it is possible to list these functions:
Here is a list of each type of function that is not added to the test file:
I tried adding one of these to the test file and it seemed to work. All tests passed.
Is there some reason they are not being tested? Should I add them to the test file and send a pull request?
The text was updated successfully, but these errors were encountered: