Skip to content

Commit

Permalink
earthly: pytest target collects module doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
saibatizoku committed Aug 23, 2023
1 parent 8309bb1 commit a79f00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/voting-node/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ build-dev:
# Run tests
pytest:
FROM +build-dev
RUN poetry run pytest -v tests
RUN poetry run pytest -v --doctest-modules tests

# Generate API docs
pdoc:
Expand Down

0 comments on commit a79f00f

Please sign in to comment.