This commit is contained in:
Greg Gauthier 2020-09-18 10:46:11 +01:00
parent 042b972363
commit 19c35db19b
3 changed files with 11 additions and 0 deletions

View File

@ -7,11 +7,15 @@ verify_ssl = true
flask = "*"
pytest = "*"
behave = "*"
selenium = "*"
django = "*"
[packages]
flask = "*"
pytest = "*"
behave = "*"
selenium = "*"
djanjgo = "*"
[requires]
python_version = "3.8"

View File

@ -0,0 +1,5 @@
Feature: Demo Feature
Scenario: Demo1
Given A sentence
When The sentence is inspected
Then The word "the" should be found

View File

@ -1,6 +1,8 @@
import configparser
import pytest
import fixtures
config = configparser.ConfigParser()