Skip to content

Parametrized test generation in Uber tests #541 #573

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

Merged
merged 1 commit into from
Jul 25, 2022

Conversation

sofurihafe
Copy link
Member

@sofurihafe sofurihafe commented Jul 21, 2022

Description

This PR adds support for parametrized test generation in Uber tests. It doesn't generate them if Symbolic Engine encounters force mocking.

Fixes # (541)

Type of Change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Automated Testing

Run CodegenExampleTest. Verify that parametrized test generation doesn't fail when force mocking took place.

@sofurihafe sofurihafe added the comp-codegen Issue is related to code generator label Jul 21, 2022
@sofurihafe sofurihafe force-pushed the andrey-t/uber-test-parametrized-tests-support branch 3 times, most recently from c6b8d5a to c512981 Compare July 22, 2022 08:19
@sofurihafe sofurihafe requested a review from nikitavlaev July 22, 2022 08:41
@sofurihafe sofurihafe removed the comp-codegen Issue is related to code generator label Jul 22, 2022
@sofurihafe sofurihafe force-pushed the andrey-t/uber-test-parametrized-tests-support branch 3 times, most recently from 4e382bb to 1d930d9 Compare July 25, 2022 08:57
@sofurihafe sofurihafe linked an issue Jul 25, 2022 that may be closed by this pull request
@sofurihafe sofurihafe changed the title Parametrized test generation in Uber tests Parametrized test generation in Uber tests #541 Jul 25, 2022
@sofurihafe sofurihafe force-pushed the andrey-t/uber-test-parametrized-tests-support branch from 1d930d9 to 2db376e Compare July 25, 2022 17:50
@sofurihafe sofurihafe force-pushed the andrey-t/uber-test-parametrized-tests-support branch from 2db376e to 19d71a1 Compare July 25, 2022 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Include parametrized tests into Uber-tests
2 participants