Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing comma after PLONE_FIXTURE import in bobtemplates/plone/addon/src/+package.namespace+/+package.name+/testing.py.bob #527

Closed
me-kell opened this issue Oct 31, 2022 · 2 comments

Comments

@me-kell
Copy link
Contributor

me-kell commented Oct 31, 2022

Missing comma after PLONE_FIXTURE import in bobtemplates/plone/addon/src/+package.namespace+/+package.name+/testing.py.bob

Test-module import failures:

Module: myaddon.name.tests.test_robot

Traceback (most recent call last):
  File "/home/Plone-6.0.0b3/src/myaddon.name/src/myaddon/name/tests/test_robot.py", line 2, in <module>
    from myaddon.name.testing import MYADDON_NAME_ACCEPTANCE_TESTING  # noqa: E501
  File "/home/Plone-6.0.0b3/src/myaddon.name/src/myaddon/name/testing.py", line 8
    PloneSandboxLayer,
    ^
SyntaxError: invalid syntax
pandeyprashant123-coder added a commit to pandeyprashant123-coder/bobtemplates.plone that referenced this issue Jan 24, 2023
@pandeyprashant123-coder

hey @me-kell I have addressed the issue

@fredvd
Copy link
Sponsor Member

fredvd commented Apr 12, 2023

fixed

@fredvd fredvd closed this as completed Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants