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

help me #75

Closed
mika7700 opened this issue Jan 3, 2016 · 6 comments
Closed

help me #75

mika7700 opened this issue Jan 3, 2016 · 6 comments

Comments

@mika7700
Copy link

mika7700 commented Jan 3, 2016

hello
sorry i'm french
i can not run
I have an error on the test
I have my tumblr key, but I do not understand all

EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE

ERROR: test_blogInfo (main.TumblrRestClientTest)

Traceback (most recent call last):
File "/home/pi/pytumblr/pytumblr-master/tests/test_pytumblr.py", line 16, in setUp
with open('tests/tumblr_credentials.json', 'r') as f:
IOError: [Errno 2] No such file or directory: 'tests/tumblr_credentials.json'

=========--------------------------------------------------
Ran 33 tests in 0.335s

FAILED (errors=33)

@codingjester
Copy link
Contributor

It cannot open that file, in that path. So something is wrong with how you are actually running the tests. Can you give more examples on how you're actually running the test? Invocation and current path will be helpful.

@mika7700
Copy link
Author

mika7700 commented Jan 4, 2016

hello
i started the run by f5

[code]Traceback (most recent call last):
File "/home/pi/Desktop/pytumblr-master/tests/test_pytumblr.py", line 16, in setUp
with open('tests/tumblr_credentials.json', 'r') as f:
IOError: [Errno 2] No such file or directory: 'tests/tumblr_credentials.json'


Ran 32 tests in 0.287s

FAILED (errors=32)

[code]

my file is here
/home/pi/Desktop/pytumblr-master/tests

thanks for your help

@mika7700
Copy link
Author

Hello
I can post on tumblr but how to change the "# below gif" ?

1 similar comment
@mika7700
Copy link
Author

Hello
I can post on tumblr but how to change the "# below gif" ?

@ceyko
Copy link
Contributor

ceyko commented Jan 11, 2016

@mika7700 Do you mean tags? You can add tags into the call you're making. For example:

client.create_text("yourblogname", tags=["tag1", "tag2"], ...)

@ceyko ceyko closed this as completed Jan 11, 2016
@mika7700
Copy link
Author

thank you so much
I found the line edit

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