diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2019-07-21 19:46:42 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-09-10 11:20:16 +0200 |
commit | 71c8ed1a024359ac006e2b290dc06b232135c2b3 (patch) | |
tree | 7eb6cc23bd21f9497e75eb36cbb18e86e1f1b1d9 /tests/functional/p | |
parent | 997d9d1ec72fce84903da4784ac56fbe30e6da1e (diff) | |
download | pylint-git-71c8ed1a024359ac006e2b290dc06b232135c2b3.tar.gz |
[functional tests] Module needs an __init__.py
Or we get a "module does not exists".
Diffstat (limited to 'tests/functional/p')
-rw-r--r-- | tests/functional/p/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/functional/p/__init__.py b/tests/functional/p/__init__.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tests/functional/p/__init__.py |