Searched defs:test_root (Results 1 - 1 of 1) sorted by relevance

/pkg/src/tests/
H A Dpkg5unittest.py350 # Uses property() to implements test_root as a read-only attribute.
352 test_root = property(fget=lambda self: self.__test_root) variable
658 "pkglint.exclude": ""}, self.test_root, section="pkglint")
667 os.path.join(self.test_root, "smf_cmds")
823 dir=self.test_root)
831 outpath = os.path.join(self.test_root, outputfile)
910 prefix = self.test_root
913 prefix = os.path.join(self.test_root, prefix)
930 manifest_dir = os.path.join(self.test_root,
1075 def configure_rcfile(self, rcfile, config, test_root, sectio
[all...]

Completed in 16 milliseconds