Skip to content

Running tests by package name should only run that package #776

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

Closed
jgebal opened this issue Nov 6, 2018 · 1 comment
Closed

Running tests by package name should only run that package #776

jgebal opened this issue Nov 6, 2018 · 1 comment
Milestone

Comments

@jgebal
Copy link
Member

jgebal commented Nov 6, 2018

Currently, utplsql, when invoked with unit test package name, will run all the tests for suitepath of that package.
If a package has child packages (by suitepath), those will also be executed.

When having such package, utPLSQL does not provide ways to run only that package.
We should change that behavior so that running test package by name should only invoke tests from that package.
If the package is part of suitepath, all the beforeall/afterall of parent packages should still be invoked.
No child packages should be called.
The behavior of package execution by suitepath should not change.

@jgebal
Copy link
Member Author

jgebal commented Nov 18, 2018

Resolved by #783

@jgebal jgebal closed this as completed Nov 18, 2018
@jgebal jgebal added this to the v3.1.3 milestone Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant