Code Monkey home page Code Monkey logo

Comments (5)

jenisys avatar jenisys commented on June 20, 2024
  • First, you are fiddling with low-level details that should not be your concern.
  • Status.executing means that a step is currently executed. Therefore, it is only a temporary state that marks the execution of the step.
  • When the execution of the step is finished (successfully or failed), the status needs to reflect this fact.
  • Therefore, executing should never occur in a Summary because it is not a final state.

from behave.

Johnlon avatar Johnlon commented on June 20, 2024

Is there a reason to be proscriptive?
Skipped and other statuses work ok.
Seems a. Unnecessary restriction

from behave.

jenisys avatar jenisys commented on June 20, 2024

As already explained, executing is only used while a step is executed. Therefore, it can not be a final state.

Why do you want to make executing is a final state (when it is not one)?

from behave.

Johnlon avatar Johnlon commented on June 20, 2024

from behave.

jenisys avatar jenisys commented on June 20, 2024

Sorry, async is not explanation.
A test run is finished or it is not.
A test run is either successful or has failed.
It is not a maybe successful or maybe failed (in the future).
When it is finished, it is finished (or aborted).
Therefore, no step remains in executing state.

from behave.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.