Code Monkey home page Code Monkey logo

Comments (2)

bittner avatar bittner commented on September 21, 2024

I may be wrong when judging your attempted solution, forgive me in that case, but shouldn't this be realized by a very simple test, like this?

When I start the application with a wrong command
Then the startup should fail

And in the "the startup should fail" BDD function you perform whatever assert necessary to evaluate the "failing" to True.

Messing around with test tooling is not only tedious but also difficult to understand for anyone taking over maintenance of your code after you. Hence, make all your tests as simple and straight-forward as possible. Really, really simple, extremely straight-forward.

Test suites grow and grow, they inevitably get out of control just like the business code (if without tests), otherwise.

from behave.

modehnal avatar modehnal commented on September 21, 2024

Yeah, the test case and solution are very simple just like you wrote.

I agree the simplicity is the key here.

I was just wondering if there is something like this in behave but I guess not and as you said it makes more sense to write it as a separate steps.

I also agree that messing with tooling can be tedious and in hindsight the solution should not be making a tool to mark a test case, but making the test case straight-forward. I will be dropping the attempt to make feature like this.

Thank you

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.