diff --git a/notebooks/intermediate/html/pytest_fixtures.html b/notebooks/intermediate/html/pytest_fixtures.html index 935802b..665ffc7 100644 --- a/notebooks/intermediate/html/pytest_fixtures.html +++ b/notebooks/intermediate/html/pytest_fixtures.html @@ -11820,7 +11820,7 @@

Efficient use of pytest f
# Let's make sure pytest and ipytest packages are installed
 # ipytest is required for running pytest inside Jupyter notebooks
 import sys
-!{sys.executable} -m pip install pytest ipytest>=0.3.0
+!{sys.executable} -m pip install pytest 'ipytest>=0.3.0'
 
 import pytest
 from ipytest import magics, clean_tests
@@ -11831,6 +11831,31 @@ 

Efficient use of pytest f

+
+
+ + +
+ +
+ + +
+
Requirement already satisfied: pytest in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (3.5.0)
+Requirement already satisfied: ipytest>=0.3.0 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (0.3.0)
+Requirement already satisfied: attrs>=17.4.0 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (17.4.0)
+Requirement already satisfied: pluggy<0.7,>=0.5 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (0.6.0)
+Requirement already satisfied: setuptools in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (39.0.1)
+Requirement already satisfied: py>=1.5.0 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (1.5.3)
+Requirement already satisfied: more-itertools>=4.0.0 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (4.1.0)
+Requirement already satisfied: six>=1.10.0 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (1.11.0)
+
+
+
+ +
+
+
@@ -11883,7 +11908,7 @@

Parametrizing fixtures -
=================================================================================== test session starts ====================================================================================
+
================================================================================ test session starts =================================================================================
 platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
 rootdir: /Users/jerry/github/jerry-git/learn-python3, inifile: pytest.ini
 plugins: nbval-0.9.0
@@ -11893,7 +11918,7 @@ 

Parametrizing fixtures

@@ -11961,7 +11986,7 @@

-
=================================================================================== test session starts ====================================================================================
+
================================================================================ test session starts =================================================================================
 platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
 rootdir: /Users/jerry/github/jerry-git/learn-python3, inifile: pytest.ini
 plugins: nbval-0.9.0
@@ -11974,12 +11999,12 @@ 

-
=================================================================================== test session starts ====================================================================================
+
================================================================================ test session starts =================================================================================
 platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
 rootdir: /Users/jerry/github/jerry-git/learn-python3, inifile: pytest.ini
 plugins: nbval-0.9.0
@@ -12076,12 +12101,12 @@ 

-
=================================================================================== test session starts ====================================================================================
+
================================================================================ test session starts =================================================================================
 platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
 rootdir: /Users/jerry/github/jerry-git/learn-python3, inifile: pytest.ini
 plugins: nbval-0.9.0
@@ -12172,12 +12197,12 @@ 

-
=================================================================================== test session starts ====================================================================================
+
================================================================================ test session starts =================================================================================
 platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
 rootdir: /Users/jerry/github/jerry-git/learn-python3, inifile: pytest.ini
 plugins: nbval-0.9.0
@@ -12247,12 +12272,12 @@ 

Fixture scope -
=================================================================================== test session starts ====================================================================================
+
================================================================================ test session starts =================================================================================
 platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
 rootdir: /Users/jerry/github/jerry-git/learn-python3, inifile: pytest.ini
 plugins: nbval-0.9.0
@@ -12337,12 +12362,12 @@ 

Fixture scope @@ -12403,7 +12428,7 @@

Setup-teardown behaviour -
=================================================================================== test session starts ====================================================================================
+
================================================================================ test session starts =================================================================================
 platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
 rootdir: /Users/jerry/github/jerry-git/learn-python3, inifile: pytest.ini
 plugins: nbval-0.9.0
@@ -12416,12 +12441,12 @@ 

Setup-teardown behaviour @@ -12481,7 +12506,7 @@

Using fixtures automatically -
=================================================================================== test session starts ====================================================================================
+
================================================================================ test session starts =================================================================================
 platform darwin -- Python 3.5.4, pytest-3.5.0, py-1.5.3, pluggy-0.6.0
 rootdir: /Users/jerry/github/jerry-git/learn-python3, inifile: pytest.ini
 plugins: nbval-0.9.0
@@ -12493,12 +12518,12 @@ 

Using fixtures automatically=0.3.0\n", + "!{sys.executable} -m pip install pytest 'ipytest>=0.3.0'\n", "\n", "import pytest\n", "from ipytest import magics, clean_tests\n",