コード例 #1
0
ファイル: test_main.py プロジェクト: mobilipia/build-tools
	def test_nothing_happens_outside_of_forge_root(self):
		main._assert_outside_of_forge_root(path.join('some', 'other', 'dir'))
コード例 #2
0
ファイル: test_main.py プロジェクト: mobilipia/build-tools
	def test_raises_exception_inside_forge_root(self):
		main._assert_outside_of_forge_root(defaults.FORGE_ROOT)