aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorcbreton <corentin.breton@fullsave.com>2020-01-20 10:00:06 +0100
committercbreton <corentin.breton@fullsave.com>2020-01-20 10:00:06 +0100
commit835ff84d2cd38a40ee0a2d3bfebeb85f29fe9c20 (patch)
tree3be163e33a52b7fd627dfd9c1a5b6ddc37e975ab /dotfiles
parentbcda7acbba9c4e4eaa76084edb2c80e27668aa6f (diff)
downloaddotfiles-835ff84d2cd38a40ee0a2d3bfebeb85f29fe9c20.tar.xz
dotfiles-835ff84d2cd38a40ee0a2d3bfebeb85f29fe9c20.zip
Add cheat about coverage
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/cheat/coverage.py4
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.
+