Skip to content

Elvorob/Lesson7_tests

Repository files navigation

Running tests in terminal with flags
-s - prints desired output (pytest -s test_file_name)
-v - shows test process' percentage (pytest -v test_file_name)
-m - allows to run tests with specific marks (pytest -m mark_title test_file_name)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published