-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tests #7
Comments
Actually, https://logtalk.org/coding_style_guidelines.html#source-code-layout-and-indentation 🙃 But following these guidelines is only a requirement when contributing to the Logtalk distribution. In any case, you may want to read https://alexandersandberg.com/tabs-for-accessibility/ |
Thanks, I'll check them out! |
See the https://github.com/LogtalkDotOrg/logtalk3/blob/master/.editorconfig Feel free to copy it to this project if it solves the issue you mention with the tabs on Github. |
Installed the latest version of Logtalk (3.52.0) on my Ubuntu laptop. Run the tests and got the following code coverage:
Works has to be done. I'll see if I can fix at least 1 predicate tonight. |
Achieved 100% clause coverage (20/20), thanks to @pmoura. All good. When the time comes to create new tests, I'll create a new issue, specific to the predicates to be tested (eg. interval trig. functions, interval exp, interval sqrt, interval Newton, interval Bisection). For this reason I'll close this issue after the commit will be pushed. |
Keeping track of tests inside
tests.lgt
.The text was updated successfully, but these errors were encountered: