Skip to content

Commit b0a4ec3

Browse files
committed
update MockingPatching
1 parent dab5e82 commit b0a4ec3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

notebooks/TestingMockingPatching.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"\n",
3131
"### Problems\n",
3232
"\n",
33-
"- two immediate problems we've been facing in solving Kattis problems are:\n",
34-
"1. how can we programmatically assert what result the function printed to standard output?\n",
33+
"- two immediate problems we've been facing when solving Kattis problems are:\n",
34+
"1. how to programmatically assert what result the function printed to standard output?\n",
3535
"2. how to automate data from standard input with out manually entering the input?"
3636
]
3737
},
@@ -695,7 +695,7 @@
695695
{
696696
"cell_type": "code",
697697
"execution_count": null,
698-
"id": "51c0f39a",
698+
"id": "6f57e2fe",
699699
"metadata": {},
700700
"outputs": [],
701701
"source": [
@@ -1243,7 +1243,7 @@
12431243
{
12441244
"cell_type": "code",
12451245
"execution_count": null,
1246-
"id": "61ba5a35",
1246+
"id": "12b4e73a",
12471247
"metadata": {},
12481248
"outputs": [],
12491249
"source": [
@@ -1532,7 +1532,7 @@
15321532
{
15331533
"cell_type": "code",
15341534
"execution_count": 142,
1535-
"id": "05c9267f",
1535+
"id": "fde83217",
15361536
"metadata": {},
15371537
"outputs": [
15381538
{

0 commit comments

Comments
 (0)