Behave Tests and Fixtures

BLUF

Behave fixtures totally rock for testing complex applications.

I had been doing them wrong. Doing them right is simpler.

History

I'm a fan of the Gherkin language for specifying the behavior of software.

Scenario: Works for Me

Given a configuration
When a request is made
Then the response can …
more ...





Too much of the wrong kind of fun.

The point, from the FAQ is to answer programming questions with people who a trusted by their peers.

Go to the Python tag to join that conversation.

Your reputation is your overall score. Every time your question (or answer) is voted up, you get 10 reputation points. Each time you're …

more ...


The "Which Language" Question

Here's how it shakes out from my point of view. You could say that my bias is showing. I think, however, I have solid evidence for my opinions.

C++. Fine if you like memory management. Don't get me wrong, some people love the nitty-gritty details. Some people would prefer to …

more ...