This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 180
Update unit tests to use @Test attribute #350
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cgranade
approved these changes
Oct 14, 2020
Contributor
cgranade
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you for your contribution! It looks like the CLA still needs signed, but other than that, I think this is good to bring in once CI completes. Thank you again!
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Co-authored-by: Chris Granade <cgranade@gmail.com>
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
Author
|
/azp run |
|
Commenter does not have sufficient privileges for PR 350 in repo microsoft/QuantumLibraries |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Contributor
Author
|
@cgranade Thank you very much for your assistance with this. :) Is it possible to add the hactoberfest-accepted label as well as I am trying to participate this year? |
guenp
pushed a commit
that referenced
this pull request
Nov 6, 2020
* Update manifest for signed builds (#357) * Missed dll for signing (#361) * Update unit tests to use @test attribute (#350) * Update tests using the @test attribute. * Update tests using the @test() attribute. * Flip actual and expected. * Update Standard/tests/Math/OperatorFunctionTests.qs Co-authored-by: Chris Granade <cgranade@gmail.com> Co-authored-by: Chris Granade <cgranade@gmail.com> Co-authored-by: Chris Granade <chgranad@microsoft.com> Co-authored-by: Mathias Soeken <mathias.soeken@outlook.com> * signing for magic (#362) * Build 0.13.2010.2604. (#364) Co-authored-by: Ricardo Espinoza <ricardoe@microsoft.com> Co-authored-by: Andres Paz <anpaz@microsoft.com> * Adapting to API update in qsharp-runtime/#370 (#363) Co-authored-by: Andres Paz <anpaz@microsoft.com> Co-authored-by: Irina Hristova <hristova119@gmail.com> Co-authored-by: Chris Granade <cgranade@gmail.com> Co-authored-by: Chris Granade <chgranad@microsoft.com> Co-authored-by: Mathias Soeken <mathias.soeken@outlook.com> Co-authored-by: Ryan Shaffer <ryan.shaffer@microsoft.com> Co-authored-by: Ricardo Espinoza <ricardoe@microsoft.com> Co-authored-by: bettinaheim <34236215+bettinaheim@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
automerge
Pull request is ready to be automatically merged, pending checks and reviews.
Hacktoberfest-Accepted
Contribution accepted for consideration in Hackathon 2020.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@Test()attribute where applicable.Standard/tests/Math/OperatorFunctionTests.qsResolves #340