Skip to content

Commit

Permalink
update docs (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 24, 2024
1 parent 30b2a58 commit 6677d17
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs_manual/source/dev_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,28 @@ Navigate to SODAR
Now you should have all the required components running for developing SODAR.
Use your web browser to open http://127.0.0.1:8000 and you should see your local
SODAR development site.


Run SODAR Tests
===============

You can run the SODAR Django server tests using the following command:

.. code-block:: bash
$ make test
In addition to unit tests, this will run tests against the test iRODS server
running in the Docker Compose network.

.. note::

If some tests connecting to iRODS fail with
``irods.exception.NetworkException``, you may need to add the line
``127.0.0.1 irods-test`` into your ``/etc/hosts`` file.

For testing the Sample Sheets Vue app, run the following command:

.. code-block:: bash
$ make test_samplesheets_vue
1 change: 1 addition & 0 deletions docs_manual/source/sodar_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Release for SODAR Core v1.0 upgrade, iRODS v4.3 upgrade and feature updates.
- Update REST API versioning
- Update REST API views for OpenAPI support
- Upgrade to Postgres v16
- Upgrade to python-irodsclient v2.1.0
- Upgrade to SODAR Core v1.0.2
- SODAR Core v1.0 updates: OIDC auth support, new REST API versioning,
owner/delegate remote sync controls, etc
Expand Down

0 comments on commit 6677d17

Please sign in to comment.