File: git_diff_violations_two_files.txt

package info (click to toggle)
diff-cover 10.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: python: 6,452; xml: 218; cpp: 18; sh: 12; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/hello.py b/hello.py
index b732142..b2ba069 100644
--- a/hello.py
+++ b/hello.py
@@ -1 +1,2 @@
 print "hello"
+print unknown_var
diff --git a/hi.py b/hi.py
index bae1109..151d05d 100644
--- a/hi.py
+++ b/hi.py
@@ -1 +1,2 @@
 print "hi"
+print unknown_var