Skip to content

Sanya124/autotesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning to automate testing in Python

Implemented the first test on pytest.
The tested service is presented here -> https://github.com/touchbit/automatron

config.py

contains url (Need to change when starting locally) for of service under test:

HOST = 'http://localhost:8080'

About

Learning to automate testing in Python + pytest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages