Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

test_register.py 263 B

123456789101112
  1. def test_register():
  2. import datalad.api as da
  3. assert hasattr(da, 'gooey')
  4. # do not actually run this, because headless CI systems do not support
  5. # GUI launching
  6. #assert_result_count(
  7. # da.gooey(),
  8. # 1,
  9. # action='demo')