summaryrefslogtreecommitdiff
path: root/tests/modules/covmod1.py
blob: 0f9638b8765655c3ef53783b513fd158878d9e35 (plain)
1
2
3
4
5
6
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt

# covmod1.py: Simplest module for testing.
i = 1
i += 1