Skip to content

Commit

Permalink
docs(dev): Add to dev docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Dec 5, 2024
1 parent e939ead commit 6a69e7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/DRAGONS/development/development_environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ the following in mind:
path `venv/`. If you have anything there you want to keep, save it before
proceeding.

New `venv`_ environments can be generated using the ``devshell`` session:
New `venv`_ environments can be generated using the ``devenv`` session:

.. code-block:: console
nox -s devshell
nox -s devenv
This will not activate the environment for you. `venv` environments are created
in a new local directory, ``venv/``. To activate a `venv`, you run ``source
Expand Down
1 change: 1 addition & 0 deletions doc/DRAGONS/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ This documentation covers specific components of the DRAGONS development process
:maxdepth: 2

development_environments.rst
testing.rst
4 changes: 4 additions & 0 deletions doc/DRAGONS/development/testing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Running and creating tests
==========================

Tests are executed in isolated testing environments generated by `nox`_.

0 comments on commit 6a69e7e

Please sign in to comment.