1
0
Fork 0
mirror of synced 2024-06-29 03:21:19 +12:00
bulk-downloader-for-reddit/bulkredditdownloader/tests/conftest.py
2021-04-18 16:43:55 +03:00

12 lines
250 B
Python

#!/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