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

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    046a630 View commit details
    Browse the repository at this point in the history
  2. 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
    andreisavu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b7509d8 View commit details
    Browse the repository at this point in the history
  3. Add a dummy test file

    * Define a test function `test_dummy` that asserts `True` is `True`
    andreisavu committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    95c9520 View commit details
    Browse the repository at this point in the history