Skip to content
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

Merged
merged 49 commits into from
Apr 4, 2023
Merged

Expanded Testing to 100% Coverage #115

merged 49 commits into from
Apr 4, 2023

Conversation

jrg94
Copy link
Member

@jrg94 jrg94 commented Apr 4, 2023

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.

@jrg94 jrg94 requested a review from a team April 4, 2023 15:17
@jrg94 jrg94 self-assigned this Apr 4, 2023
@jrg94 jrg94 added the enhancement New feature or request label Apr 4, 2023
Copy link

@rzuckerm rzuckerm left a 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.

requirements.txt Outdated Show resolved Hide resolved
snakemd/elements.py Outdated Show resolved Hide resolved
snakemd/elements.py Show resolved Hide resolved
snakemd/elements.py Show resolved Hide resolved
@jrg94
Copy link
Member Author

jrg94 commented Apr 4, 2023

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.

@jrg94 jrg94 merged commit 2c40c06 into main Apr 4, 2023
@jrg94 jrg94 deleted the testing branch April 4, 2023 22:48
@rzuckerm
Copy link

rzuckerm commented Apr 4, 2023

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.

@jrg94
Copy link
Member Author

jrg94 commented Apr 4, 2023

I appreciated you taking a look at it! You've been very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test Everything to an Absurd Degree
2 participants