diff options
Diffstat (limited to 'tests/gold/annotate/multi/multi.py,cover')
| -rw-r--r-- | tests/gold/annotate/multi/multi.py,cover | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/gold/annotate/multi/multi.py,cover b/tests/gold/annotate/multi/multi.py,cover new file mode 100644 index 00000000..2a5c59ce --- /dev/null +++ b/tests/gold/annotate/multi/multi.py,cover @@ -0,0 +1,5 @@ +> import a.a +> import b.b + +> a.a.a(1) +> b.b.b(2) |
