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

cpp features: test title, hidden tests #11

Merged
merged 1 commit into from
Jan 31, 2016
Merged

Conversation

dz0
Copy link
Contributor

@dz0 dz0 commented Jan 22, 2016

for egzample cpp/eggs tests could look:
[
{"stdin": "12"},
{"stdin": "24", "hidden":true, "title":"Two"},
{"stdin": "60"},
{"stdin": "61", "title":"One extra"},
{"stdin": "119", "title":"One place left"},
{"stdin": "120"},
{"stdin": "1"},
{"stdin": "13", "hidden":true, "title":"Also one extra"}
]

for egzample cpp/eggs tests could look:
[
   {"stdin": "12"},
   {"stdin": "24", "hidden":true, "title":"Two"},
   {"stdin": "60"},
   {"stdin": "61",  "title":"One extra"},
   {"stdin": "119", "title":"One place left"},
   {"stdin": "120"},
   {"stdin": "1"}
   {"stdin": "13", "hidden":true,  "title":"Also one extra"},
]
daveagp added a commit that referenced this pull request Jan 31, 2016
cpp features: test title,  hidden tests
@daveagp daveagp merged commit 0ec2844 into daveagp:master Jan 31, 2016
@daveagp
Copy link
Owner

daveagp commented Jan 31, 2016

Thanks!

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.

2 participants