Skip to content

Add support for -posix and -windows test name suffixes #7

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

villelaitila
Copy link

This allows writing platform-specific test cases, or
two platform-specific variants for a single test case.

A test case with -posix is only run on Linux and macOS, while
tests with a -windows suffix will only be run on Windows.

I want this for a test case I want to add where the output
depends on line ending style. There could be other uses
in the future.

This allows writing platform-specific test cases, or
two platform-specific variants for a single test case.

A test case with -posix is only run on Linux and macOS, while
tests with a -windows suffix will only be run on Windows.

I want this for a test case I want to add where the output
depends on line ending style. There could be other uses
in the future.
@softagram-bot
Copy link

Softagram Impact Report for pull/7 (head commit: 662dd56)

⭐ Visual Overview

Changed elements and changed dependencies.
Changed dependencies - click for full size
Graph legend
(Open in Softagram Desktop for full details)

⭐ Change Impact

How the changed files are used by the rest of the project
Impacted files - click for full size
Graph legend
(Open in Softagram Desktop for full details)

📄 Full report

Give feedback of this report to [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants