updated
This commit is contained in:
parent
042b972363
commit
19c35db19b
4
Pipfile
4
Pipfile
@ -7,11 +7,15 @@ verify_ssl = true
|
||||
flask = "*"
|
||||
pytest = "*"
|
||||
behave = "*"
|
||||
selenium = "*"
|
||||
django = "*"
|
||||
|
||||
[packages]
|
||||
flask = "*"
|
||||
pytest = "*"
|
||||
behave = "*"
|
||||
selenium = "*"
|
||||
djanjgo = "*"
|
||||
|
||||
[requires]
|
||||
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 pytest
|
||||
|
||||
import fixtures
|
||||
|
||||
config = configparser.ConfigParser()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user