move test credential files to /tests/
i didnt even realise i put them there whoops
This commit is contained in:
pare
cfc6ecc908
commit
80b1ce61c9
S'han modificat 3 arxius amb 2 adicions i 2 eliminacions
|
@ -4,8 +4,8 @@ from mastodon.Mastodon import MastodonIllegalArgumentError
|
|||
|
||||
def test_constructor_from_filenames():
|
||||
api = Mastodon(
|
||||
'client.credentials',
|
||||
access_token = 'access.credentials')
|
||||
'tests/client.credentials',
|
||||
access_token = 'tests/access.credentials')
|
||||
assert api.client_id == 'foo'
|
||||
assert api.client_secret == 'bar'
|
||||
assert api.access_token == 'baz'
|
||||
|
|
Loading…
Referencia en una nova incidència