Skip to content

Commit f16e62b

Browse files
committed
readme
1 parent 391282e commit f16e62b

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,18 @@ in this repository We work on 4 way to testing our application In the simplest
2121
possible way. . .
2222

2323
* unittest
24+
* pytest
2425
* doctest
2526
* nose
26-
* pytest
27+
2728

2829
## Technologies
2930

3031
Project is created with:
3132

3233
* Python: 3.9
3334
* nose: 1.3.7
35+
* pytest: 6.2.4
3436

3537
## Help
3638

@@ -96,6 +98,18 @@ nosetests
9698
nosetests -v test_file.py
9799
```
98100

101+
* run all tests with pytest:
102+
103+
```shell
104+
pytest
105+
```
106+
107+
* run one test with pytest:
108+
109+
```shell
110+
pytest -v test_file.py
111+
```
112+
99113
## Credits
100114

101115
* [mongard](https://www.mongard.ir/courses/unittest)

0 commit comments

Comments
 (0)