diff options
Diffstat (limited to 'dotfiles/cheat')
-rw-r--r-- | dotfiles/cheat/coverage.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/cheat/coverage.py b/dotfiles/cheat/coverage.py new file mode 100644 index 0000000..02b7e2b --- /dev/null +++ b/dotfiles/cheat/coverage.py @@ -0,0 +1,4 @@ +# Why some time coverage.py dont see the pass in a test ? + +Simply because cpython optimisation in some case. + |