Home
last modified time | relevance | path

Searched refs:test_root_path (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/ros-wstool/wstool-0.1.18/test/local/
H A Dtest_diff_functions_svn.py96 os.chdir(self.test_root_path)
130 os.chdir(self.test_root_path)
142 directory = self.test_root_path + "/ws"
157 directory = self.test_root_path + "/ws"
175 os.chdir(self.test_root_path)
189 os.chdir(self.test_root_path)
201 os.chdir(self.test_root_path)
245 os.chdir(self.test_root_path)
256 os.chdir(self.test_root_path)
265 os.chdir(self.test_root_path)
[all …]
H A Dtest_diff_functions_multi.py86 os.chdir(self.test_root_path)
115 os.chdir(self.test_root_path)
126 os.chdir(self.test_root_path)
139 directory = self.test_root_path + "/ws"
150 directory = self.test_root_path + "/ws"
165 directory = self.test_root_path + "/ws"
177 directory = self.test_root_path + "/ws"
193 os.chdir(self.test_root_path)
206 os.chdir(self.test_root_path)
220 os.chdir(self.test_root_path)
[all …]
H A Dtest_diff_functions_hg.py91 os.chdir(self.test_root_path)
106 os.chdir(self.test_root_path)
118 directory = self.test_root_path + "/ws"
133 directory = self.test_root_path + "/ws"
150 os.chdir(self.test_root_path)
163 os.chdir(self.test_root_path)
175 os.chdir(self.test_root_path)
219 os.chdir(self.test_root_path)
229 os.chdir(self.test_root_path)
238 os.chdir(self.test_root_path)
[all …]
H A Dtest_diff_functions_bzr.py82 remote_path = os.path.join(self.test_root_path, "remote")
91 os.chdir(self.test_root_path)
112 os.chdir(self.test_root_path)
125 directory = self.test_root_path + "/ws"
140 directory = self.test_root_path + "/ws"
157 os.chdir(self.test_root_path)
171 os.chdir(self.test_root_path)
183 os.chdir(self.test_root_path)
225 os.chdir(self.test_root_path)
244 os.chdir(self.test_root_path)
[all …]
H A Dtest_shallow_checkout_git.py61 remote_path = os.path.join(self.test_root_path, "remote")
70 os.chdir(self.test_root_path)
74 os.chdir(self.test_root_path)
80 clone_path = os.path.join(self.test_root_path, "ws-without-shallow", "clone")
88 clone_path = os.path.join(self.test_root_path, "ws-with-shallow", "clone")
96 … clone_path_without_shallow = os.path.join(self.test_root_path, "ws-without-shallow", "clone")
97 clone_path_with_shallow = os.path.join(self.test_root_path, "ws-with-shallow", "clone")
99 …", "--exclude=.git", clone_path_without_shallow, clone_path_with_shallow], cwd=self.test_root_path)
H A Dtest_diff_functions_git.py78 remote_path = os.path.join(self.test_root_path, "remote")
87 os.chdir(self.test_root_path)
102 os.chdir(self.test_root_path)
110 self.assertEqual(0, cli.cmd_diff(os.path.join(self.test_root_path, 'ws'), []))
114 directory = self.test_root_path + "/ws"
128 directory = self.test_root_path + "/ws"
145 os.chdir(self.test_root_path)
159 os.chdir(self.test_root_path)
171 os.chdir(self.test_root_path)
189 self.remote_path = os.path.join(self.test_root_path, "remote")
[all …]
H A Dtest_cli.py91 self.test_root_path = os.path.realpath(tempfile.mkdtemp())
92 self.install_path = os.path.join(self.test_root_path, "install")
104 shutil.rmtree(self.test_root_path)
479 self.test_root_path = os.path.realpath(tempfile.mkdtemp())
500 entry = {'uri': self.test_root_path, 'curr_uri': self.test_root_path}
502 entry = {'uri': self.test_root_path, 'curr_uri': self.test_root_path + '/foo/..'}
517 shutil.rmtree(self.test_root_path)
647 self.local_path = os.path.join(self.test_root_path, "ws30")
664 self.local_path = os.path.join(self.test_root_path, "ws31")
740 self.local_path = os.path.join(self.test_root_path, "ws32")
[all …]
H A Dtest_export.py51 self.remote_path = os.path.join(self.test_root_path, 'remote')
52 self.new_remote_path = os.path.join(self.test_root_path, 'fooo')
68 os.chdir(self.test_root_path)
98 os.chdir(self.test_root_path)
H A Dtest_tarfile.py21 self.tar_path = os.path.join(self.test_root_path, "tarfile.tar.bz2")
24 … self.simple_tar_rosinstall = os.path.join(self.test_root_path, "simple_changed_uri.rosinstall")
H A Dtest_rosinstall_options.py52 self.git_path2 = os.path.join(self.test_root_path, "gitrepo2")
54 …self.simple_changed_uri_rosinstall = os.path.join(self.test_root_path, "simple_changed_uri.rosinst…
61 self.broken_rosinstall = os.path.join(self.test_root_path, "broken.rosinstall")
H A Dtest_interation.py73 self.rel_uri_rosinstall = os.path.join(self.test_root_path, "rel_uri.rosinstall")
86 self.rel_uri_rosinstall2 = os.path.join(self.test_root_path, "rel_uri.wstool2")
/dports/devel/ros-rosinstall/rosinstall-0.7.8/test/
H A Dscm_test_base.py165 self.test_root_path = tempfile.mkdtemp()
166 _create_fake_ros_dir(self.test_root_path)
186 shutil.rmtree(self.test_root_path)
195 self.test_root_path = tempfile.mkdtemp()
199 _create_fake_ros_dir(self.test_root_path)
224 self.test_root_path = tempfile.mkdtemp()
236 shutil.rmtree(self.test_root_path)
239 self.test_root_path = tempfile.mkdtemp()
247 shutil.rmtree(self.test_root_path)
261 self.test_root_path = tempfile.mkdtemp()
[all …]
/dports/devel/ros-wstool/wstool-0.1.18/test/
H A Dscm_test_base.py177 _create_fake_ros_dir(self.test_root_path)
197 shutil.rmtree(self.test_root_path)
208 self.directories["root"] = self.test_root_path
210 _create_fake_ros_dir(self.test_root_path)
235 self.test_root_path = tempfile.mkdtemp()
247 shutil.rmtree(self.test_root_path)
250 self.test_root_path = tempfile.mkdtemp()
253 _create_fake_ros_dir(self.test_root_path)
258 shutil.rmtree(self.test_root_path)
272 self.test_root_path = tempfile.mkdtemp()
[all …]
/dports/devel/ros-rosinstall/rosinstall-0.7.8/test/local/
H A Dtest_ros_cli.py96 self.local_path = os.path.join(self.test_root_path, "ws")
106 self.local_path = os.path.join(self.test_root_path, "ws2")
116 self.local_path = os.path.join(self.test_root_path, "ws3")
127 self.local_path = os.path.join(self.test_root_path, "ws4")
139 self.local_path = os.path.join(self.test_root_path, "ws2b")
152 self.local_path = os.path.join(self.test_root_path, "ws5")
173 self.local_path = os.path.join(self.test_root_path, "ws6")
185 self.local_path = os.path.join(self.test_root_path, "ws7")
197 self.local_path = os.path.join(self.test_root_path, "ws8")
211 self.local_path = os.path.join(self.test_root_path, "ws9")
[all …]
H A Dtest_setupfiles.py76 self.test_root_path,
86 self.test_root_path,
89 self.assertTrue(os.path.isfile(os.path.join(self.test_root_path, 'setup.sh')))
90 self.assertTrue(os.path.isfile(os.path.join(self.test_root_path, 'setup.bash')))
91 self.assertTrue(os.path.isfile(os.path.join(self.test_root_path, 'setup.zsh')))
97 self.test_root_path,
105 self.test_root_path,
111 test_folder = os.path.join(self.test_root_path, 'workspacetest')
163 chain_root_path = os.path.join(self.test_root_path, 'chaintest')
236 self.test_root_path,
H A Dtest_rosws.py53 workspace = os.path.join(self.test_root_path, 'ws1')
71 workspace = os.path.join(self.test_root_path, 'ws1b')
81 workspace = os.path.join(self.test_root_path, 'ws1d')
88 workspace = os.path.join(self.test_root_path, 'ws2')
101 workspace = os.path.join(self.test_root_path, 'ws3')
113 workspace = os.path.join(self.test_root_path, 'ws4')
133 workspace = os.path.join(self.test_root_path, 'ws5')
167 workspace = os.path.join(self.test_root_path, 'ws6')
249 workspace = os.path.join(self.test_root_path, 'ws7')
271 …elf.assertEqual('%s\n%s\n' % (os.path.join(self.test_root_path, 'ros'), os.path.join(self.test_roo…
[all …]
H A Dtest_rosinstall.py76 local_rosinstall = os.path.join(self.test_root_path, "local.rosinstall")
91 local_rosinstall = os.path.join(self.test_root_path, "local2.rosinstall")
122 … self.simple_fuerte_rosinstall = os.path.join(self.test_root_path, "simple_fuerte.rosinstall")
137 local_rosinstall = os.path.join(self.test_root_path, "local.rosinstall")
/dports/devel/ros-rosinstall/rosinstall-0.7.8/test/rosws_stacks/
H A Dtest_rosws_stacks.py32 self.test_root_path = tempfile.mkdtemp()
33 self.install_path = os.path.join(self.test_root_path, "install")
41 self.test_root_path,
47 shutil.rmtree(self.test_root_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/extensions/
H A Dsettings_overridden_dialog_view_browsertest.cc171 base::FilePath test_root_path; in LoadExtensionOverridingNewTab() local
172 ASSERT_TRUE(base::PathService::Get(chrome::DIR_TEST_DATA, &test_root_path)); in LoadExtensionOverridingNewTab()
177 test_root_path.AppendASCII("extensions/api_test/override/newtab")); in LoadExtensionOverridingNewTab()
182 base::FilePath test_root_path; in LoadExtensionOverridingSearch() local
183 ASSERT_TRUE(base::PathService::Get(chrome::DIR_TEST_DATA, &test_root_path)); in LoadExtensionOverridingSearch()
188 test_root_path.AppendASCII("extensions/search_provider_override")); in LoadExtensionOverridingSearch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dtest_resources_browsertest.cc53 base::FilePath test_root_path; in GetTestResourcesParentDir() local
54 base::PathService::Get(chrome::DIR_TEST_DATA, &test_root_path); in GetTestResourcesParentDir()
55 return test_root_path.AppendASCII("extensions/test_resources_test"); in GetTestResourcesParentDir()
/dports/net-mgmt/py-napalm-logs/napalm-logs-0.9.0/docs/
H A Dconf.py263 test_root_path = os.path.join(cwd, '..', 'tests', 'config')
267 error_path = os.path.join(test_root_path, os_name, error_name)
/dports/x11-wm/qtile/qtile-0.18.1/test/
H A Dtest_command_graph.py10 def test_root_path(): function
/dports/www/py-bottle/bottle-0.12.19/test/
H A Dtest_resources.py45 def test_root_path(self): member in TestResourceManager
/dports/sysutils/tracker/tracker-2.3.4/tests/libtracker-miner/
H A Dtracker-miner-fs-test.c20 gchar *test_root_path; member
229 path = g_build_filename (fixture->test_root_path, filename, NULL); in perform_file_operation()
232 other_path = g_build_filename (fixture->test_root_path, other_filename, NULL); in perform_file_operation()
265 fixture->test_root_path = g_mkdtemp_full (path, 0700); in fixture_setup()
266 fixture->test_root = g_file_new_for_path (fixture->test_root_path); in fixture_setup()
288 g_free (fixture->test_root_path); in fixture_teardown()
298 path = g_build_filename (fixture->test_root_path, rel_path, NULL); in fixture_get_relative_file()
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/mainwindow/
H A Dtest_prompt.py129 def test_root_path(self, get_prompt): member in TestFileCompletion

12