Example #1
0
def test_sync_proposals(testconfig):
    with datasync.open(conf_file=testconfig, source='dummyuas',
                       target='ispyb') as ds:
        ds.sync_proposals()

    with datasync.open(conf_file=testconfig, source='dummyuas',
                       target='ispyb') as ds:
        ds.sync_proposals()
Example #2
0
def test_sync_sessions_have_persons(testconfig):
    with datasync.open(conf_file=testconfig, source='dummyuas',
                       target='ispyb') as ds:
        ds.sync_sessions_have_persons()