コード例 #1
0
	def test_manager(self):
		""" Test of manager : retrieving season path"""
		fs_store = FsSeriesStore(self.get_global_conffifile_fullpath())
		# datas = BashManagedSeriesData(bash_manager)
		got = fs_store.get_path_to_season("Plop", 2)
		self.assert_equivalent_path(got, os.path.join(self.cwd,"Plop/Season 2"))