Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Australian-Imaging-Service/xnat4tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Jan 17, 2022
2 parents 86aaa6e + bd7e077 commit 93b2856
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Xnat4Tests
----------
.. image:: https://github.com/australian-imaging-service/xnat4tests/actions/workflows/test.yml/badge.svg
:target:

Xnat4Tests provides a helper functions for testing third party tools that access the XNAT
API or container service, primarily a means to launch a basic XNAT repository instance
Expand Down Expand Up @@ -31,6 +30,10 @@ The basic usage is as follows:
# Run your tests
with connect() as login:
PROJECT = 'MYPROJECT'
SUBJECT = 'MYSUBJECT'
SESSION = 'MYSESSION'
login.put(f'/data/archive/projects/MY_TEST_PROJECT')
# Create subject
Expand Down

0 comments on commit 93b2856

Please sign in to comment.