Skip to content

Commit e54c308

Browse files
authored
Update README.md
1 parent e6e4ad9 commit e54c308

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@ Unit testing, code coverage and mocking with `Pytest`, and property-based testin
1010

1111
This repository is the companion code for a forthcoming blog post on Python software testing. Feedback encouraged - please raise an issue.
1212

13+
### Quickstart
14+
15+
Clone the repository, install requirements into your Python environment and run the tests:
16+
17+
git clone https://github.com/4OH4/pytesting
18+
cd pytesting
19+
pip install -r requirements.txt
20+
python run_tests.py
21+
22+
### Quickstart with Docker
23+
24+
Clone the repository and run everything inside a Docker container:
25+
26+
git clone https://github.com/4OH4/pytesting
27+
cd pytesting/Docker
28+
docker-compose -d up
29+
docker-compose run pytesting
30+
python run_tests.py
31+
1332
## Setup and requirements
1433
Python 3 and the following packages (all available via `pip`):
1534
- pytest

0 commit comments

Comments
 (0)