We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e198357 commit 3937ed1Copy full SHA for 3937ed1
1 file changed
tests/test/__init__.py
@@ -12,6 +12,6 @@ def fixture(*file_name):
12
return os.path.join('fixture', *file_name)
13
14
@staticmethod
15
- def build(file_name):
+ def build(*file_name):
16
"""Return path to file in 'build' folder."""
17
- return os.path.join('build', file_name)
+ return os.path.join('build', *file_name)
0 commit comments