Skip to content

Commit

Permalink
Merge branch 'main' into validate-dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen authored Sep 29, 2023
2 parents eb5ff88 + 8536a83 commit 329ea0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/developer/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Running tests

.. code-block:: sh
pytest --backend-tests --ssh-tests
pytest --backend-tests --sftp-tests
Note that the setup and teardown of the backend takes several seconds.

Expand All @@ -73,11 +73,11 @@ Running tests
tox -e py310
Or to also run backend tests use
Or to also run backend and SFTP tests use

.. code-block:: sh
tox -e py310-backend
tox -e py310-full
Building the docs
-----------------
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ commands =
envlist = py{311}-full
deps = -r requirements-pydantic1/test.txt
commands =
full: python -m pytest --backend-tests --ssh-tests
full: python -m pytest --backend-tests --sftp-tests
!full: python -m pytest

[testenv:docs]
Expand Down

0 comments on commit 329ea0d

Please sign in to comment.