diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2013-02-02 11:15:11 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-02-02 11:15:11 -0500 |
| commit | d5f8295256d04ba8cb5b42a16ce741a34c9bb3c5 (patch) | |
| tree | ff8c6d6310bb3865411d40198c07f26eb5709959 /tests/modules/pkg2/p2a.py | |
| parent | b5a466fc3d7a71fc811b2430f04e6fc270858935 (diff) | |
| download | python-coveragepy-d5f8295256d04ba8cb5b42a16ce741a34c9bb3c5.tar.gz | |
Move the test directory to tests to avoid conflicts with the stdlib test package.
Diffstat (limited to 'tests/modules/pkg2/p2a.py')
| -rw-r--r-- | tests/modules/pkg2/p2a.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/modules/pkg2/p2a.py b/tests/modules/pkg2/p2a.py new file mode 100644 index 0000000..b606711 --- /dev/null +++ b/tests/modules/pkg2/p2a.py @@ -0,0 +1,3 @@ +q = 1 +r = 1 +s = 1 |
