py_rete
py_rete copied to clipboard
Get to 100% Code Coverage in testing
This closes issue #4.
Additionally, this makes a few tweaks to the implementation of the & and | operators among conditions.
There are a few no-cover comments in places where the condition being tested seems impossible.
Additionally, a few docstrings have been added. (More will be added in a future PR.)
This is a pre-requisite for adding "watch-like" logging (similar to CLIPS watch commands) and creating stronger type hints.