Skip to content

Commit

Permalink
Merge pull request #56 from r-leyshon/36-pytest-in-plain-english-marks
Browse files Browse the repository at this point in the history
36 pytest in plain english marks
  • Loading branch information
r-leyshon authored Jul 22, 2024
2 parents 7005aa9 + 28338b2 commit 04ac289
Show file tree
Hide file tree
Showing 22 changed files with 4,644 additions and 1,054 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _freeze/blogs/12-pytest-tmp-path/execute-results/html.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _freeze/blogs/13-pytest-parametrize/execute-results/html.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _freeze/blogs/15-pytest-mocking/execute-results/html.json

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions _freeze/blogs/16-pytest-marks/execute-results/html.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blogs/11-fiddly-bits-of-pytest.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jupyter:
`pytest` is a testing package for the python framework. It is broadly used to
quality assure code logic. This article discusses using test data as fixtures
with `pytest` and is the first in a series of blogs called
[pytest in plain English](/../index.html#category=pytest-in-plain-english),
[pytest in plain English](/blogs/index.qmd#category=pytest-in-plain-english),
favouring accessible language and simple examples to explain the more intricate
features of the `pytest` package.

Expand Down
2 changes: 1 addition & 1 deletion blogs/12-pytest-tmp-path.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jupyter:
quality assure code logic. This article discusses why and how we use pytest's
temporary fixtures `tmp_path` and `tmp_path_factory`. This blog is the second
in a series of blogs called
[pytest in plain English](/../index.html#category=pytest-in-plain-english),
[pytest in plain English](/blogs/index.qmd#category=pytest-in-plain-english),
favouring accessible language and simple examples to explain the more intricate
features of the `pytest` package.

Expand Down
2 changes: 1 addition & 1 deletion blogs/13-pytest-parametrize.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ css: /www/13-pytest-parametrize/styles.css
quality assure code logic. This article discusses what parametrized tests mean
and how to implement them with `pytest`. This blog is the third in a series of
blogs called
[pytest in plain English](/../index.html#category=pytest-in-plain-english),
[pytest in plain English](/blogs/index.qmd#category=pytest-in-plain-english),
favouring accessible language and simple examples to explain the more intricate
features of the `pytest` package.

Expand Down
2 changes: 1 addition & 1 deletion blogs/15-pytest-mocking.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ For a wealth of documentation, guides and how-tos, please consult the

Code often has external dependencies:

* Web APIs (as in this article)
* Web APIs (as in this article)
* Websites (if scraping / crawling)
* External code (importing packages)
* Data feeds and databases
Expand Down
Loading

0 comments on commit 04ac289

Please sign in to comment.