-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fix tests for markdown 3, upgrade graphviz package #224
Fix tests for markdown 3, upgrade graphviz package #224
Conversation
ElementalWarrior
commented
Oct 2, 2024
- Upgrade graphviz extension
- assertEquals is a deprecated form of assertEqual
- Test module does not exist, use src
Hi @awanlin. Any chance for a review? |
Thanks. This is related to #217 |
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.
Hi @ElementalWarrior, can we trim this down, some of the changes are bine handled already in this PR #223. There also looked to be unrelated changes that crept in like the README.md
@awanlin I think thats just from merging the main branch into my feature branch (because a check was failing iirc). So its github reporting things as changes that were already applied. I can rebase it if you like. But It's effectively just re-listing already applied things. |
Ah, I think it was pointing at the wrong base branch to merge into. |
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.
Hi @ElementalWarrior, I'd like to get in #223 first and then follow up with this one. Left a few comments in the mean time.
Hi @ElementalWarrior, can you please rebase this? Then we can start moving it forward 👍 |
c45870e
to
375d37f
Compare
markdown_inline_graphviz_extension version 1.1.3 will fix markdown > 3 support. But the version only exists in the github: https://github.com/cesaremorel/markdown-inline-graphviz It hasn't been published to pypi yet. See: cesaremorel/markdown-inline-graphviz#13 For now, building from github may suffice
375d37f
to
0e22069
Compare
@awanlin this has been rebased. |
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.
Left a comment about using a commit hash
Hi @ElementalWarrior, just need an answer to this comment and then to resolve the conflict that crept in. |
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
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.
Alright, thanks again for the contribution and working through the various comments @ElementalWarrior, let's get this in 👍