Skip to content

Learn Pytest by building a full Django application with a Continuous Integration system, software testing best practices

Notifications You must be signed in to change notification settings

Badx86/Python-Test-Automation-With-Pytest

Repository files navigation

PythonTestAutomationWithPytest

tests Allure-report dependency - pytest Code style: black

How to work with this repository:

  • Clone repository to your machine

  • Navigate to the root folder of the project

  • Run command pip install pipenv

  • Run the command pipenv install. This will create a virtual environment and install the necessary dependencies as specified in the Pipfile and Pipfile.lock

  • Enter the virtual environment by running pipenv shell

  • Use the settings provided in coronavstech/settings.py to work with the project

  • After, execute pytest -s -v to run tests

  • If you wish to run the project on a local server, run the command pithon manage.py runserver. Django should be installed for this

BitbucketPipelines

CourseLink

Сertificate

About

Learn Pytest by building a full Django application with a Continuous Integration system, software testing best practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages