Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e683fad

Browse files
Update readme.md
1 parent 3272498 commit e683fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Pytest/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_linear_model.py::test_raised_exception PASSED
4040

4141
### What does it mean?
4242

43-
- The terminal message (above) indicates that 7 tests were run (corresponding to the 7 functions in the `test_linear_model.py` module) and all of them passed.
43+
- The terminal message (above) indicates that 9 tests were run (corresponding to the 9 functions in the `test_linear_model.py` module) and all of them passed.
4444

4545
- It also shows the order of the tests run (this is because you included the `- v` argument on the command line while running `pytest` command). Pytest allows you to randomize the testing sequence but that discussion is for another day.
4646

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /