hpcleuven / vsc-python-irodsclient

VSC Python iRODS client
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Test/case sensitivity #5

Closed jefscheepers closed 2 years ago

jefscheepers commented 2 years ago

I added a test to see whether AVU's are considered case-sensitive (which should happen with a case-sensitive database). This was tested:

The test is ran last, so if it fails because the database is case-sensitive, the user will know that the rest of the tests still passed.

Also changed the README file to give the correct module name at Genius and Breniac.

jefscheepers commented 2 years ago

I reduced the indentation and improved the test itself so it checks whether both AVU's have the appropriate value.

MaximeVdB commented 2 years ago

Thanks -- I now ran the tests myself and everything passed.