Skip to content

Parametrized test generation in Uber tests #541 - #573

Merged
sofurihafe merged 1 commit into
mainfrom
andrey-t/uber-test-parametrized-tests-support
Jul 25, 2022
Merged

Parametrized test generation in Uber tests #541#573
sofurihafe merged 1 commit into
mainfrom
andrey-t/uber-test-parametrized-tests-support

Conversation

@sofurihafe

@sofurihafesofurihafe commented Jul 21, 2022

Copy link
Copy Markdown
Member

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.

@sofurihafesofurihafe added the comp-codegen Issue is related to code generator label Jul 21, 2022
@sofurihafe
sofurihafeforce-pushed the andrey-t/uber-test-parametrized-tests-support branch 3 times, most recently from c6b8d5a to c512981CompareJuly 22, 2022 08:19
@sofurihafesofurihafe removed the comp-codegen Issue is related to code generator label Jul 22, 2022
@sofurihafe
sofurihafeforce-pushed the andrey-t/uber-test-parametrized-tests-support branch 3 times, most recently from 4e382bb to 1d930d9CompareJuly 25, 2022 08:57
@sofurihafesofurihafe linked an issue Jul 25, 2022 that may be closed by this pull request
@sofurihafesofurihafe changed the title Parametrized test generation in Uber testsParametrized test generation in Uber tests #541Jul 25, 2022
@sofurihafe
sofurihafeforce-pushed the andrey-t/uber-test-parametrized-tests-support branch from 1d930d9 to 2db376eCompareJuly 25, 2022 17:50
@sofurihafe
sofurihafeforce-pushed the andrey-t/uber-test-parametrized-tests-support branch from 2db376e to 19d71a1CompareJuly 25, 2022 18:21
Sign up for freeto 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

@sofurihafe@nikitavlaev