Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Dec 28, 2024
1 parent b457721 commit cb50301
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,17 @@ Run test

.. code:: bash
$ pip install hatch or pipx install hatch or brew install hatch
$ hatch run test
$ hatch run test-sqla
$ pip install uv or pipx install uv or brew install uv or mise install uv
$ make test
$ make test-sqla
Run test multiple Python versions
---------------------------------

.. code:: bash
$ pip install hatch or pipx install hatch or brew install hatch
$ hatch -e test run test
$ hatch -e test run test-sqla
$ pip install uv or pipx install uv or brew install uv or mise install uv
$ make tox
Code formatting
---------------
Expand Down

0 comments on commit cb50301

Please sign in to comment.