HomeSort by relevance Sort by last modified time
    Searched refs:_get_build_os_name (Results 1 - 2 of 2) sorted by null

  /tools/repohooks/rh/
hooks.py 126 """The build OS (see _get_build_os_name for details)."""
127 return _get_build_os_name()
239 def _get_build_os_name(): function
hooks_unittest.py 158 @mock.patch.object(rh.hooks, '_get_build_os_name', return_value='vapier os')
167 @mock.patch.object(rh.hooks, '_get_build_os_name', return_value='vapier os')
217 """Check _get_build_os_name behavior."""
220 ret = rh.hooks._get_build_os_name()

Completed in 63 milliseconds