We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b0966 commit f6d602bCopy full SHA for f6d602b
irods/test/README.rst
@@ -1,3 +1,12 @@
1
+Running all or part of the Python iRODS Client test suite
2
+---------------------------------------------------------
3
+
4
+The test suite is based on assertions that use the unittest module. Regarding the test output: FAIL (or F) or ERROR (or E) is bad; "ok" or "."
5
+means a passing result.
6
7
+There are several ways to run the suite. All require the user running them to have prepared an irods environment (located in ~/.irods)
8
+which points at a running server and authenticates as a rodsadmin.
9
10
To run specific tests
11
---------------------
12
0 commit comments