Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add error for empty groups #2012

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from
Draft

Add error for empty groups #2012

wants to merge 16 commits into from

Commits on May 10, 2023

  1. Add error for empty groups

    Closes #1961
    
    After declaring a group check for declared tests, if there were none add
    a synthetic test that fails with an error about the empty group.
    natebosch committed May 10, 2023
    Configuration menu
    Copy the full SHA
    96ed242 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    b8aabbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3806a9f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Don't report for empty top level group

    The output already has special behavior for when there are no tests at
    all, and the output is less clear when it's the root group which is
    empty since the root group has no name.
    
    Also refactor duplicate name tests to have different file content when
    testing identical group names to avoid empty groups in any case.
    natebosch committed May 13, 2023
    Configuration menu
    Copy the full SHA
    999cc83 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    12b2674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97a8a5b View commit details
    Browse the repository at this point in the history
  3. Adjust versions

    natebosch committed May 16, 2023
    Configuration menu
    Copy the full SHA
    70f8a33 View commit details
    Browse the repository at this point in the history
  4. wip not dev

    natebosch committed May 16, 2023
    Configuration menu
    Copy the full SHA
    8d9cacc View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    fa89895 View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    natebosch committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    bf113bd View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    4fbfe5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcf9ed9 View commit details
    Browse the repository at this point in the history
  3. Feature bump in test

    natebosch committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    63a7f39 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    421e8dc View commit details
    Browse the repository at this point in the history
  2. Test tweaks

    natebosch committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e9ecaac View commit details
    Browse the repository at this point in the history
  3. fixup test_core constraint

    natebosch committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    13df7e3 View commit details
    Browse the repository at this point in the history