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

add dev dependencies #167

Merged
merged 2 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Adding basic switch tag handle
- Adding failsafe for non defined sys.stdout.buffer
- Adding list of tikz color
- Adding dev dependencies group in the pyproject.toml
### Changed
- Using style from new inkex
- Using path from new inkex
Expand Down
4 changes: 3 additions & 1 deletion docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ We used black_ and pylint_ to format and lint the code. Github actions are run o
.. _black: https://github.com/psf/black
.. _pylint: https://github.com/pylint-dev/pylint

You can directly install the dev depedencies with `poetry install --with dev`

Tests
=====
The tests of SVG2TikZ are writting using the unittest_ package. You can run all the test with command `python -m unittest`.
The tests of SVG2TikZ are writting using the unittest package. You can run all the test with command `python -m unittest`.


.. _unittest: https://docs.python.org/3/library/unittest.html
Loading
Loading