Fix spaces in scripts shebang #76
Annotations
3 errors
Run poetry run pytest --integration -v:
tests/masonry/builders/test_editable_builder.py#L224
test_builder_installs_proper_files_for_standard_packages[simple_project]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f0/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f0/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
Run poetry run pytest --integration -v:
tests/masonry/builders/test_editable_builder.py#L224
test_builder_installs_proper_files_for_standard_packages[simple_project_legacy]
assert '#!/private/v...boom.bim())\n' == "#!/bin/sh\n'...boom.bim())\n"
- #!/bin/sh
- '''exec' /private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f2/venv/bin/python "$0" "$@"
? ^^^^^^^^^ ----------
+ #!/private/var/folders/nj/wh528zms06j9t8y7bmlvpmjm0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_builder_installs_proper_f2/venv/bin/python
? ^^
- ' '''
# -*- coding: utf-8 -*-
import re
import sys
from bar import baz
if __name__ == "__main__":
sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0])
sys.exit(baz.boom.bim())
|
Run poetry run pytest --integration -v
Process completed with exit code 1.
|
Loading