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

Setup a python development environment with poetry for dependency management #1

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

andreisavu
Copy link
Owner

@andreisavu andreisavu commented Aug 22, 2024


For more details, open the Copilot Workspace session.

* Add `[tool.poetry.dev-dependencies]` section
* Add `pytest` with version `^6.2.4` as a development dependency
@andreisavu
Copy link
Owner Author

Add pytest as a development dependency in pyproject.toml

  • Add [tool.poetry.dev-dependencies] section
  • Add pytest with version ^6.2.4 as a development dependency

* Define a test function `test_dummy` that asserts `True` is `True`
@andreisavu
Copy link
Owner Author

Add a dummy test file

  • Define a test function test_dummy that asserts True is True

@andreisavu andreisavu merged commit 742e2eb into main Aug 22, 2024
2 checks passed
@andreisavu andreisavu deleted the setup-python-env branch August 22, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant