Searched refs:_config (Results 1 – 3 of 3) sorted by relevance
100 self._config = kwargs104 srv_dict = self._fix_workdir(merge_dict(self._config, server))105 cli_dict = self._fix_workdir(merge_dict(self._config, client))
6561 … explicit RunContext( Ptr<IConfig const> const& _config, Ptr<IStreamingReporter> const& reporter ) in RunContext() argument6562 : m_runInfo( _config->name() ), in RunContext()6565 m_config( _config ), in RunContext()9469 StreamingReporterBase( ReporterConfig const& _config ) in StreamingReporterBase()9470 : m_config( _config.fullConfig() ), in StreamingReporterBase()9471 stream( _config.stream() ) in StreamingReporterBase()9574 CumulativeReporterBase( ReporterConfig const& _config ) in CumulativeReporterBase()9575 : m_config( _config.fullConfig() ), in CumulativeReporterBase()9576 stream( _config.stream() ) in CumulativeReporterBase()9696 TestEventListenerBase( ReporterConfig const& _config ) in TestEventListenerBase()[all …]
348 …s actually quite simple: check out the main branch and edit two lines in _config.yml, then commit.…