Skip to content
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

Testcase run twice when import a class with testcase in python file. #361

Open
owenstake opened this issue Feb 20, 2024 · 0 comments
Open
Labels

Comments

@owenstake
Copy link

Issue description

I try to import a class with testcase in my python file as follows.

from tempest.api.network.xxx import xxxTest

But when executing cmd stestr run , the testcase in xxxTest will run twice.

Expected behavior and actual behavior
when executing cmd stestr run , the testcase in xxxTest will run once.

@owenstake owenstake added the bug label Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant