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')