1
0
Fork 0
mirror of synced 2024-06-14 00:04:45 +12:00
bulk-downloader-for-reddit/bulkredditdownloader/tests/conftest.py

12 lines
250 B
Python
Raw Normal View History

2021-02-15 22:16:51 +13:00
#!/usr/bin/env python3
# coding=utf-8
import praw
import pytest
@pytest.fixture(scope='session')
def reddit_instance():
rd = praw.Reddit(client_id='U-6gk4ZCh3IeNQ', client_secret='7CZHY6AmKweZME5s50SfDGylaPg', user_agent='test')
return rd