Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefinition ¶
func NewDefinition() *framework.Definition
Types ¶
type PytestConfigContentMatcher ¶
type PytestConfigContentMatcher struct{}
PytestConfigContentMatcher matches pyproject.toml with [tool.pytest] section.
func (*PytestConfigContentMatcher) Match ¶
func (m *PytestConfigContentMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
type PytestConfigParser ¶ added in v1.5.0
type PytestConfigParser struct{}
func (*PytestConfigParser) Parse ¶ added in v1.5.0
func (p *PytestConfigParser) Parse(ctx context.Context, configPath string, content []byte) (*framework.ConfigScope, error)
type PytestContentMatcher ¶
type PytestContentMatcher struct{}
PytestContentMatcher matches pytest-specific patterns.
func (*PytestContentMatcher) Match ¶
func (m *PytestContentMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
type PytestFileMatcher ¶
type PytestFileMatcher struct{}
PytestFileMatcher matches test_*.py and *_test.py files.
func (*PytestFileMatcher) Match ¶
func (m *PytestFileMatcher) Match(ctx context.Context, signal framework.Signal) framework.MatchResult
Click to show internal directories.
Click to hide internal directories.