summaryrefslogtreecommitdiff
path: root/tests/farm/html/src/y.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/farm/html/src/y.py')
-rw-r--r--tests/farm/html/src/y.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/farm/html/src/y.py b/tests/farm/html/src/y.py
deleted file mode 100644
index 3ed0ba49..00000000
--- a/tests/farm/html/src/y.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-
-# A test file for XML reporting by coverage.py.
-
-def choice(x):
- if x < 2:
- return 3
- else:
- return 4
-
-assert choice(1) == 3