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 option to use high-visibility icons #293

Merged
merged 4 commits into from
Jan 14, 2023
Merged

Commits on Dec 15, 2022

  1. Add option to use high-visibility icons

    The default icons used in the pkgname output formats (∅,✔,𐄂) can
    be hard to spot when scrolling through test output.
    
    This PR adds the ability to pick a higher-visiblity/contrast set of
    icons (🔳,✅,❌) by adding a `-hivis` suffix to either of the 'pkgname'
    style formats.
    n-oden committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    493ebf2 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Use format option flag for hivis

    Instead of a separate format name.
    dnephin committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    179c087 View commit details
    Browse the repository at this point in the history
  2. Try a character from dingbats for empty packages

    The other two hivis characters are in the dingbat unicode block, using a
    code from this block from the third is nice because it increases the
    chances that a font supports all 3 characters.
    
    This character is also a bit less bright, which seems nice for skipped
    tests, because the focus should be more on the failures.
    dnephin committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    959ab5a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge pull request #1 from dnephin/hivis-icons

    Hivis icons
    n-oden committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    633d128 View commit details
    Browse the repository at this point in the history