Skip to content

Instantly share code, notes, and snippets.

@ultimatecoder
Created April 29, 2019 07:39
Show Gist options
  • Save ultimatecoder/e684b336fb8bee4ffd082bdf69c7f2b5 to your computer and use it in GitHub Desktop.
Save ultimatecoder/e684b336fb8bee4ffd082bdf69c7f2b5 to your computer and use it in GitHub Desktop.
Feature: Cucumber
Scenario: First run
When I run `python_program.py` interactively
And I type "1"
And I type "2"
Then the output should contain "3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment