-
Notifications
You must be signed in to change notification settings - Fork 10
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
Expanded Testing to 100% Coverage #115
Conversation
Seems out of the scope of this project.
The mixed syntax is less ambiguous
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't looked at the tests yet. I'll try to get to that tonight. However, I think what I mentioned may be the cause of the GitHub Actions failures.
Merging this for the time being. There are a variety of changes I'm looking to make before the module is finalized, so more testing will happen. |
That's fine. I wasn't sure if you wanted me to review this or now. |
I appreciated you taking a look at it! You've been very helpful. |
Fixed #106
The results of testing have minor implications on the Inline and Paragraph classes. Inline always followed a precedence of styling, but that precedence is now documented and tested. Paragraph receive a quality of life change allows for raw strings in the constructor. In that case, it's probably easier to just use add_paragraph, but I found many of my tests breaking due to not handling strings correctly. That's fixed now.