diff options
Diffstat (limited to 'tests/input')
-rw-r--r-- | tests/input/no_absolute_import.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/input/no_absolute_import.py b/tests/input/no_absolute_import.py new file mode 100644 index 000000000..69059417f --- /dev/null +++ b/tests/input/no_absolute_import.py @@ -0,0 +1,5 @@ +""" Puts issue #2672 under test (-j 1 vs -j N) + +Here we use a simple file to ensure configs are treated exactly the same way in -j 1 and +-j N """ +import os # pylint: disable=unused-import |