updated
This commit is contained in:
parent
042b972363
commit
19c35db19b
4
Pipfile
4
Pipfile
@ -7,11 +7,15 @@ verify_ssl = true
|
|||||||
flask = "*"
|
flask = "*"
|
||||||
pytest = "*"
|
pytest = "*"
|
||||||
behave = "*"
|
behave = "*"
|
||||||
|
selenium = "*"
|
||||||
|
django = "*"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
flask = "*"
|
flask = "*"
|
||||||
pytest = "*"
|
pytest = "*"
|
||||||
behave = "*"
|
behave = "*"
|
||||||
|
selenium = "*"
|
||||||
|
djanjgo = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.8"
|
python_version = "3.8"
|
@ -0,0 +1,5 @@
|
|||||||
|
Feature: Demo Feature
|
||||||
|
Scenario: Demo1
|
||||||
|
Given A sentence
|
||||||
|
When The sentence is inspected
|
||||||
|
Then The word "the" should be found
|
@ -1,6 +1,8 @@
|
|||||||
import configparser
|
import configparser
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
import fixtures
|
||||||
|
|
||||||
config = configparser.ConfigParser()
|
config = configparser.ConfigParser()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user