blob: 618f1d048d83dfe3ef8d3586cffb99bb0dece86b (
plain)
1
2
3
4
5
6
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# covmod1.py: Simplest module for testing.
i = 1
i += 1
|