Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Can we run tests sequentially with Nimoy framework and make sure the order of tests run? #26

Open
milly21 opened this issue Jul 14, 2020 · 1 comment

Comments

@milly21
Copy link

milly21 commented Jul 14, 2020

Version: nimoy-framework==1.0.1

Reproduction Test Case:

[source,python]

from nimoy.specification import Specification
@stepwise
class StepwiseExtensionSpec extends Specification {
def step_1() {
expect: true // try to change this to 'false'
}
def step_2() {
expect: true
}
def step_3() {
expect: true
}
}

...

Expected Behavior:
All the tests run sequentially

@noamt
Copy link
Collaborator

noamt commented Jul 17, 2020

So is this a feature request for stepwise execution?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants