Home
last modified time | relevance | path

Searched refs:wantDirectory (Results 1 – 20 of 20) sorted by relevance

/dports/devel/py-nose/nose-1.3.7/unit_tests/
H A Dtest_selector.py93 assert s.wantDirectory('test')
94 assert not s.wantDirectory('test/whatever')
95 assert s.wantDirectory('whatever/test')
96 assert not s.wantDirectory('/some/path/to/unit_tests/support')
99 assert s.wantDirectory('lib')
100 assert s.wantDirectory('src')
108 assert s.wantDirectory(tp)
110 assert not s.wantDirectory(support)
/dports/devel/py-nose/nose-1.3.7/functional_tests/doc_tests/test_issue089/
H A Dunwanted_package.rst5 change this behavior by implementing :meth:`IPluginInterface.wantDirectory()`.
41 plugin that implements :meth:`IPluginInterface.wantDirectory()` and returns ``False`` if
54 ... def wantDirectory(self, dirname):
/dports/devel/mutagen/mutagen-0.11.8/pkg/filesystem/
H A Ddirectory_posix.go201 func (d *Directory) open(name string, wantDirectory bool) (int, *os.File, error) {
203 if wantDirectory && name == "." {
245 if wantDirectory {
H A Ddirectory_windows.go210 func (d *Directory) openHandle(name string, wantDirectory bool) (string, windows.Handle, error) {
268 } else if wantDirectory && metadata.FileAttributes&windows.FILE_ATTRIBUTE_DIRECTORY == 0 {
/dports/devel/py-nose/nose-1.3.7/nose/
H A Dselector.py83 def wantDirectory(self, dirname): member in Selector
99 plug_wants = self.plugins.wantDirectory(dirname)
H A Dloader.py169 wanted = self.selector.wantDirectory(entry_path)
/dports/biology/py-crossmap/CrossMap-0.5.4/.eggs/nose-1.3.7-py3.6.egg/nose/
H A Dselector.py81 def wantDirectory(self, dirname): member in Selector
95 plug_wants = self.plugins.wantDirectory(dirname)
H A Dloader.py169 wanted = self.selector.wantDirectory(entry_path)
/dports/biology/py-crossmap/CrossMap-0.5.4/.eggs/nose-1.3.7-py3.7.egg/nose/
H A Dselector.py81 def wantDirectory(self, dirname): member in Selector
95 plug_wants = self.plugins.wantDirectory(dirname)
H A Dloader.py170 wanted = self.selector.wantDirectory(entry_path)
/dports/devel/py-nose/nose-1.3.7/functional_tests/
H A Dtest_issue_082.py32 def wantDirectory(self, dirname): member in IncludeUnderscoreFilesPlugin
/dports/devel/py-nose/nose-1.3.7/functional_tests/doc_tests/test_selector_plugin/
H A Dselector_plugin.rst75 ... def wantDirectory(self, dirname):
86 ... # wantDirectory and wantFile above will ensure that
/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/th/
H A Druntests.py52 def wantDirectory(self, dirname): member in UnwantedPackagePlugin
/dports/devel/py-nose/nose-1.3.7/nose/plugins/
H A Dbase.py673 def wantDirectory(self, dirname): member in IPluginInterface
/dports/biology/py-crossmap/CrossMap-0.5.4/.eggs/nose-1.3.7-py3.6.egg/nose/plugins/
H A Dbase.py673 def wantDirectory(self, dirname): member in IPluginInterface
/dports/biology/py-crossmap/CrossMap-0.5.4/.eggs/nose-1.3.7-py3.7.egg/nose/plugins/
H A Dbase.py673 def wantDirectory(self, dirname): member in IPluginInterface
/dports/devel/ipython5/ipython-5.10.0/IPython/testing/
H A Diptest.py262 def wantDirectory(self, directory): member in ExclusionPlugin
/dports/devel/ipython/ipython-7.29.0/IPython/testing/
H A Diptest.py273 def wantDirectory(self, directory): member in ExclusionPlugin
/dports/devel/ipython/ipython-7.29.0/docs/source/whatsnew/
H A Dgithub-stats-0.12.rst209 * `968 <https://github.com/ipython/ipython/issues/968>`_: add wantDirectory to ipdoctest, so that d…
/dports/devel/ipython5/ipython-5.10.0/docs/source/whatsnew/
H A Dgithub-stats-0.12.rst209 * `968 <https://github.com/ipython/ipython/issues/968>`_: add wantDirectory to ipdoctest, so that d…