Skip to content

Limit test execution and coverage to certain owners #8

@andreoliwa

Description

@andreoliwa

Problem

As part of a team, I want to only run tests and coverage for the files/directories owned by my team.

Suggestions

  • CLI command to modify configuration files (cdown test-config)
  • Option to accept one or more owners
  • Option to edit .coveragerc or setup.cfg (or recognize Coverage files automatically?)
  • Option to edit pytest config and add directories/files to be tested (or detect pytest)
  • Edit these configuration files and add/set only the dirs and files belonging to the selected owner
include =
    path/to/app/*
    path/to/another_app/*
``

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions