Skip to content

Commit de23923

Browse files
committed
Renamed file to monkey patching
1 parent dab5ceb commit de23923

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
File renamed without changes.

python/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ python "$PSScriptRoot\anagrams.py" rats |
1515
python "$PSScriptRoot\anagrams_itertools.py" rats &&
1616
python "$PSScriptRoot\animals.py" &&
1717
python "$PSScriptRoot\basic_iterables.py" &&
18-
python "$PSScriptRoot\built_in_function_override.py" &&
1918
python "$PSScriptRoot\clockhands_time.py" |
2019
Compare-Object (Get-Content "$PSScriptRoot\..\test\clockhands_expected") |
2120
Assert-MatchTests &&
@@ -31,6 +30,7 @@ python "$PSScriptRoot\kwargs_examples.py" &&
3130
python "$PSScriptRoot\log_decorator_example.py" &&
3231
python "$PSScriptRoot\memoized_fibonacci.py" &&
3332
#python "$PSScriptRoot\mi.py" &&
33+
python "$PSScriptRoot\monkey_patching.py" &&
3434
python "$PSScriptRoot\object_pool.py" &&
3535
python "$PSScriptRoot\permutations.py" I like carrots |
3636
Compare-Object (Get-Content "$PSScriptRoot\..\test\carrots_expected") |

python/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ python3 kwargs_examples.py && \
1313
python3 log_decorator_example.py && \
1414
python3 memoized_fibonacci.py && \
1515
python3 mi.py && \
16+
python3 monkey_patching.py && \
1617
python3 object_pool.py && \
1718
python3 permutations.py I like carrots | diff - ../test/carrots_expected && \
1819
python3 powers_of_two.py && \

0 commit comments

Comments
 (0)