added tests, changed __main__ to cli

This commit is contained in:
Tristan Lee
2023-09-04 13:26:38 -05:00
parent 0f8e865bf3
commit 5ae9624968
11 changed files with 101 additions and 3 deletions

11
tests/conftest.py Normal file
View File

@@ -0,0 +1,11 @@
import os
import tempfile
import pytest
TEST_HASHTAGS = ["embraceeuropa", "francisparkeryockey"]
@pytest.fixture(scope="package")
def hashtags():
return TEST_HASHTAGS