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

Nttp support #1609

Merged
merged 3 commits into from
May 23, 2019
Merged

Nttp support #1609

merged 3 commits into from
May 23, 2019

Conversation

JoeyGrajciar
Copy link
Contributor

Description

Adding support for non type template parameters in form of signature based tests TEMPLATE_TEST_CASE_SIG, TEMPLATE_TEST_CASE_METHOD_SIG, TEMPLATE_PRODUCT_TEST_CASE_SIG, TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG

GitHub Issues

Closes #1531

@codecov
Copy link

codecov bot commented Apr 24, 2019

Codecov Report

Merging #1609 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1609   +/-   ##
=======================================
  Coverage   80.82%   80.82%           
=======================================
  Files         121      121           
  Lines        3420     3420           
=======================================
  Hits         2764     2764           
  Misses        656      656

@codecov
Copy link

codecov bot commented Apr 24, 2019

Codecov Report

Merging #1609 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #1609   +/-   ##
======================================
  Coverage    81.1%   81.1%           
======================================
  Files         124     124           
  Lines        3476    3476           
======================================
  Hits         2819    2819           
  Misses        657     657

docs/test-fixtures.md Outdated Show resolved Hide resolved
@horenmar
Copy link
Member

horenmar commented May 8, 2019

Apart from the two documentation nitpicks this looks fine.

@JoeyGrajciar JoeyGrajciar force-pushed the nttp_support branch 2 times, most recently from ee43393 to cfd92da Compare May 9, 2019 22:16
@codecov
Copy link

codecov bot commented May 9, 2019

Codecov Report

Merging #1609 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1609   +/-   ##
=======================================
  Coverage   81.05%   81.05%           
=======================================
  Files         124      124           
  Lines        3478     3478           
=======================================
  Hits         2819     2819           
  Misses        659      659

@JoeyGrajciar JoeyGrajciar merged commit 84f8e80 into master May 23, 2019
@JoeyGrajciar JoeyGrajciar deleted the nttp_support branch May 23, 2019 19:03
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.

Type parametrised test case: support for non-type template parameters
2 participants