Skip to content

Commit

Permalink
finally
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Apr 10, 2024
1 parent 85b28a3 commit 7d1b686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"metadata": {},
"outputs": [],
"source": [
"%%run_pytest[clean]\n",
"%%ipytest\n",
"\n",
"# These would be in test_person.py\n",
"def test_full_name(default_person): # Note: we use fixture as an argument of the test case\n",
Expand Down
2 changes: 1 addition & 1 deletion Exercise_notebooks/On_topic/18_testing/03-testing3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"metadata": {},
"outputs": [],
"source": [
"%%run_pytest[clean]\n",
"%%ipytest\n",
"\n",
"# These would be in test_person.py\n",
"def test_full_name(default_person): # Note: we use fixture as an argument of the test case\n",
Expand Down

0 comments on commit 7d1b686

Please sign in to comment.