File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ python "$PSScriptRoot\anagrams.py" rats |
1515python " $PSScriptRoot \anagrams_itertools.py" rats &&
1616python " $PSScriptRoot \animals.py" &&
1717python " $PSScriptRoot \basic_iterables.py" &&
18- python " $PSScriptRoot \built_in_function_override.py" &&
1918python " $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" &&
3130python " $PSScriptRoot \log_decorator_example.py" &&
3231python " $PSScriptRoot \memoized_fibonacci.py" &&
3332# python "$PSScriptRoot\mi.py" &&
33+ python " $PSScriptRoot \monkey_patching.py" &&
3434python " $PSScriptRoot \object_pool.py" &&
3535python " $PSScriptRoot \permutations.py" I like carrots |
3636Compare-Object (Get-Content " $PSScriptRoot \..\test\carrots_expected" ) |
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ python3 kwargs_examples.py && \
1313python3 log_decorator_example.py && \
1414python3 memoized_fibonacci.py && \
1515python3 mi.py && \
16+ python3 monkey_patching.py && \
1617python3 object_pool.py && \
1718python3 permutations.py I like carrots | diff - ../test/carrots_expected && \
1819python3 powers_of_two.py && \
You can’t perform that action at this time.
0 commit comments