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

Tests Fails #16

Open
vaibhavhrt opened this issue Sep 19, 2018 · 2 comments
Open

Tests Fails #16

vaibhavhrt opened this issue Sep 19, 2018 · 2 comments

Comments

@vaibhavhrt
Copy link

$ py manage.py test s3_folder_storage
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
E
======================================================================
ERROR: s3_folder_storage.tests (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: s3_folder_storage.tests
Traceback (most recent call last):
  File "C:\Users\Vaibav\AppData\Local\Programs\Python\Python36\lib\unittest\loader.py", line 462, in _find_test_path
    package = self._get_module_from_name(name)
  File "C:\Users\Vaibhav\AppData\Local\Programs\Python\Python36\lib\unittest\loader.py", line 369, in _get_module_from_name
    __import__(name)
  File "C:\Users\Vaibhav\AppData\Local\Programs\Python\Python36\lib\site-packages\s3_folder_storage\tests\__init__.py", line 1, in <module>
    from s3_folder_storage.tests.testS3 import *
  File "C:\Users\Vaibhav\AppData\Local\Programs\Python\Python36\lib\site-packages\s3_folder_storage\tests\testS3.py", line 54
    print "Write: %s/%s" % (folder, name)
                       ^
SyntaxError: invalid syntax


----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
Destroying test database for alias 'default'...
@darkin1
Copy link

darkin1 commented Aug 19, 2019

That same on my side. Any fix?

@vaibhavhrt
Copy link
Author

nope, couldn't figure out any solution so not using this package.

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

2 participants