Skip to content

MQE-1782 #497

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 7 commits into from
Oct 30, 2019
Merged

MQE-1782 #497

merged 7 commits into from
Oct 30, 2019

Conversation

KevinBKozan
Copy link
Contributor

Description

  • WIP

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/verification tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)
  • Changes to Framework doesn't have backward incompatible changes for tests or have related Pull Request with fixes to tests

tomreece and others added 4 commits October 18, 2019 13:28
- Added unit test template for test/suite configuration method
- Moved group config function to BaseGenerateCommand
- Added more unit tests
- Removed old or unused code from implementation
- Added unit tests
@coveralls
Copy link

coveralls commented Oct 28, 2019

Coverage Status

Coverage decreased (-0.2%) to 52.607% when pulling 8016574 on MQE-1782 into c3f7c05 on develop.

@tomreece
Copy link
Contributor

tomreece commented Oct 28, 2019

Small edge case that we discussed...

If you have:

A suite named SomeSuite contains tests: TestOne, TestTwo, and TestThree
AND TestOne is also in some_group

And you run:

run:group SomeSuite some_group

Then the current implementation will only run TestOne because of the way it gets added to the result['suites'][suiteNameHere][] array

- Fixed mixed group/suite usecase
- Added Unit test
- changed from isset to array_search
- fixed static check
Copy link
Contributor

@tomreece tomreece left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@KevinBKozan KevinBKozan merged commit 640c2c9 into develop Oct 30, 2019
@KevinBKozan KevinBKozan deleted the MQE-1782 branch December 6, 2019 19:31
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.

3 participants