Esempio n. 1
0
def then_the_following_sorted_results_show_up_in_the_directory_xlet(step):
    res = cti_helper.get_remote_directory_infos()
    assert_res = func.has_subsets_of_dicts_in_order(step.hashes, res['return_value']['content'])
    assert_that(assert_res, equal_to(True))
Esempio n. 2
0
def then_the_following_sorted_results_show_up_in_the_directory_xlet(step):
    res = cti_helper.get_remote_directory_infos()
    assert_res = func.has_subsets_of_dicts_in_order(
        step.hashes, res['return_value']['content'])
    assert_that(assert_res, equal_to(True))
Esempio n. 3
0
def then_nothing_shows_up_in_the_directory_xlet(step):
    res = cti_helper.get_remote_directory_infos()
    assert_that(res['return_value']['content'], equal_to([]))
Esempio n. 4
0
def then_nothing_shows_up_in_the_directory_xlet(step):
    res = cti_helper.get_remote_directory_infos()
    assert_that(res['return_value']['content'], equal_to([]))