Lines Matching defs:self
294 def test_uri(self): argument
316 def test_dict(self): argument
377 def setUp(self): argument
389 def tearDown(self): argument
397 def git(self, cmd, cwd=None): argument
406 def git_init(self, cwd=None): argument
470 def test_urireplace(self): argument
478 def test_urilist1(self): argument
484 def test_urilist2(self): argument
491 def test_mirror_of_mirror(self): argument
506 def test_recursive(self): argument
516 def setUp(self): argument
525 def setup_mirror_rewrite(self): argument
529 def test_that_directory_is_named_after_recipe_url_when_no_mirroring_is_used(self): argument
539 def test_that_directory_exists_for_mirrored_url_and_recipe_url_when_mirroring_is_used(self): argument
550 …d_mirrored_directory_exists_when_mirroring_is_used_and_the_mirrored_directory_already_exists(self): argument
564 def setUp(self): argument
574 def setup_mirror_rewrite(self): argument
578 def test_that_the_recipe_tarball_is_created_when_no_mirroring_is_used(self): argument
587 def test_that_the_mirror_tarball_is_created_when_mirroring_is_used(self): argument
598 def setUp(self): argument
609 def setup_mirror_rewrite(self): argument
613 def test_that_the_tarball_is_named_after_recipe_url_when_no_mirroring_is_used(self): argument
622 def test_that_the_mirror_tarball_is_created_when_mirroring_is_used(self): argument
633 def setUp(self): argument
642 def test_that_the_tarball_contents_does_not_leak_info(self): argument
664 def setUp(self): argument
685 def fetchUnpack(self, uris): argument
696 def test_local(self): argument
700 def test_local_backslash(self): argument
704 def test_local_wildcard(self): argument
708 def test_local_dir(self): argument
712 def test_local_subdir(self): argument
716 def test_local_subdir_file(self): argument
720 def test_local_subdirparam(self): argument
724 def test_local_deepsubdirparam(self): argument
728 def test_local_absolutedir(self): argument
737 def test_local_striplevel(self): argument
741 def test_local_striplevel_gzip(self): argument
745 def test_local_striplevel_bzip2(self): argument
749 def dummyGitTest(self, suffix): argument
772 def test_local_gitfetch_usehead(self): argument
775 def test_local_gitfetch_usehead_withname(self): argument
778 def test_local_gitfetch_shared(self): argument
783 def test_local_gitfetch_noshared(self): argument
791 def setUp(self): argument
796 def test_missing(self): argument
807 def test_valid_missing_donestamp(self): argument
822 def test_invalid_missing_donestamp(self): argument
839 def test_nochecksums_missing(self): argument
848 def test_nochecksums_missing_donestamp(self): argument
861 def test_nochecksums_has_donestamp(self): argument
878 def test_nochecksums_missing_has_donestamp(self): argument
895 def test_fetch(self): argument
908 def test_fetch_mirror(self): argument
915 def test_fetch_mirror_of_mirror(self): argument
922 def test_fetch_file_mirror_of_mirror(self): argument
930 def test_fetch_premirror(self): argument
937 def test_fetch_specify_downloadfilename(self): argument
943 def test_fetch_premirror_specify_downloadfilename_regex_uri(self): argument
951 def test_fetch_premirror_specify_downloadfilename_specific_uri(self): argument
958 def test_fetch_premirror_use_downloadfilename_to_fetch(self): argument
966 def gitfetcher(self, url1, url2): argument
967 def checkrevision(self, fetcher): argument
987 def test_gitfetch(self): argument
992 def test_gitfetch_goodsrcrev(self): argument
998 def test_gitfetch_badsrcrev(self): argument
1004 def test_gitfetch_tagandrev(self): argument
1010 def test_gitfetch_usehead(self): argument
1019 def test_gitfetch_usehead_withname(self): argument
1028 …est_gitfetch_finds_local_tarball_for_mirrored_url_when_previous_downloaded_by_the_recipe_url(self): argument
1035 def test_gitfetch_finds_local_tarball_when_previous_downloaded_from_a_premirror(self): argument
1041 def test_gitfetch_finds_local_repository_when_premirror_rewrites_the_recipe_url(self): argument
1051 def test_git_submodule(self): argument
1072 def test_git_submodule_dbus_broker(self): argument
1090 def test_git_submodule_CLI11(self): argument
1104 def test_git_submodule_update_CLI11(self): argument
1124 def test_git_submodule_aktualizr(self): argument
1141 def test_git_submodule_iotedge(self): argument
1180 def setUp(self): argument
1212 def tearDown(self): argument
1221 def test_noexternal_svn(self): argument
1235 def test_external_svn(self): argument
1249 def test_trusted_network(self): argument
1255 def test_wild_trusted_network(self): argument
1261 def test_prefix_wild_trusted_network(self): argument
1267 def test_two_prefix_wild_trusted_network(self): argument
1273 def test_port_trusted_network(self): argument
1279 def test_untrusted_network(self): argument
1285 def test_wild_untrusted_network(self): argument
1307 def test_decodeurl(self): argument
1312 def test_encodeurl(self): argument
1405 def test_git_latest_versionstring(self): argument
1417 def test_wget_latest_versionstring(self): argument
1455 def test_wget_checkstatus(self): argument
1465 def test_wget_checkstatus_connection_cache(self): argument
1483 def setUp(self): argument
1489 def assertRefs(self, expected_refs): argument
1494 def assertRevCount(self, expected_count, args=None): argument
1501 def make_shallow(self, args=None): argument
1506 def add_empty_file(self, path, msg=None): argument
1513 def test_make_shallow_single_branch_no_merge(self): argument
1520 def test_make_shallow_single_branch_one_merge(self): argument
1534 def test_make_shallow_at_merge(self): argument
1545 def test_make_shallow_annotated_tag(self): argument
1553 def test_make_shallow_multi_ref(self): argument
1570 def test_make_shallow_multi_ref_trim(self): argument
1582 def test_make_shallow_noop(self): argument
1589 def test_make_shallow_bitbake(self): argument
1597 def setUp(self): argument
1619 def assertRefs(self, expected_refs, cwd=None): argument
1626 def assertRevCount(self, expected_count, args=None, cwd=None): argument
1635 def add_empty_file(self, path, cwd=None, msg=None): argument
1644 def fetch(self, uri=None): argument
1660 def fetch_and_unpack(self, uri=None): argument
1666 def fetch_shallow(self, uri=None, disabled=False, keepclone=False): argument
1690 def test_shallow_disabled(self): argument
1699 def test_shallow_nobranch(self): argument
1716 def test_shallow_default_depth_1(self): argument
1725 def test_shallow_depth_0_disables(self): argument
1734 def test_shallow_depth_default_override(self): argument
1744 def test_shallow_depth_default_override_disable(self): argument
1755 def test_current_shallow_out_of_date_clone(self): argument
1775 def test_shallow_single_branch_no_merge(self): argument
1785 def test_shallow_no_dangling(self): argument
1794 def test_shallow_srcrev_branch_truncation(self): argument
1811 def test_shallow_ref_pruning(self): argument
1823 def test_shallow_submodules(self): argument
1853 def test_shallow_submodule_mirrors(self): argument
1896 def test_shallow_annex(self): argument
1912 def test_shallow_multi_one_uri(self): argument
1939 def test_shallow_multi_one_uri_depths(self): argument
1966 def test_shallow_clone_preferred_over_shallow(self): argument
1982 def test_shallow_mirrors(self): argument
2005 def test_shallow_invalid_depth(self): argument
2013 def test_shallow_invalid_depth_default(self): argument
2021 def test_shallow_extra_refs(self): argument
2034 def test_shallow_extra_refs_wildcard(self): argument
2048 def test_shallow_missing_extra_refs(self): argument
2056 def test_shallow_missing_extra_refs_wildcard(self): argument
2063 def test_shallow_remove_revs(self): argument
2085 def test_shallow_invalid_revs(self): argument
2095 def test_shallow_fetch_missing_revs(self): argument
2104 def test_shallow_fetch_missing_revs_fails(self): argument
2116 def test_bitbake(self): argument
2135 def test_that_unpack_throws_an_error_when_the_git_clone_nor_shallow_tarball_exist(self): argument
2148 … def test_that_unpack_does_work_when_using_git_shallow_tarball_but_tarball_is_not_available(self): argument
2162 def setUp(self): argument
2184 def fetch(self, uri=None, download=True): argument
2195 def test_lfs_enabled(self): argument
2220 def test_lfs_disabled(self): argument
2259 def test_urls(self): argument
2279 def test_crate_url(self): argument
2296 def test_crate_url_multi(self): argument
2323 def test_npm(self): argument
2337 def test_npm_bad_checksum(self): argument
2356 def test_npm_premirrors(self): argument
2386 def test_npm_premirrors_with_specified_filename(self): argument
2407 def test_npm_mirrors(self): argument
2433 def test_npm_destsuffix_downloadfilename(self): argument
2442 def test_npm_no_network_no_tarball(self): argument
2451 def test_npm_no_network_with_tarball(self): argument
2466 def test_npm_registry_alternate(self): argument
2476 def test_npm_version_latest(self): argument
2486 def test_npm_registry_invalid(self): argument
2494 def test_npm_package_invalid(self): argument
2502 def test_npm_version_invalid(self): argument
2509 def test_npm_registry_none(self): argument
2516 def test_npm_package_none(self): argument
2523 def test_npm_version_none(self): argument
2528 def create_shrinkwrap_file(self, data): argument
2542 def test_npmsw(self): argument
2577 def test_npmsw_dev(self): argument
2606 def test_npmsw_destsuffix(self): argument
2621 def test_npmsw_no_network_no_tarball(self): argument
2638 def test_npmsw_no_network_with_tarball(self): argument
2661 def test_npmsw_npm_reusability(self): argument
2684 def test_npmsw_bad_checksum(self): argument
2724 def test_npmsw_premirrors(self): argument
2753 def test_npmsw_mirrors(self): argument
2780 def setUp(self): argument
2787 def test_shared_unpack(self): argument
2796 def test_noshared_unpack(self): argument