move test credential files to /tests/

i didnt even realise i put them there whoops
pull/109/head
codl 2017-11-27 17:12:46 +01:00
rodzic cfc6ecc908
commit 80b1ce61c9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6CD7C8891ED1233A
3 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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'