mirror of
https://github.com/bellingcat/tiktok-hashtag-analysis.git
synced 2026-06-12 05:18:30 +03:00
added tests, changed __main__ to cli
This commit is contained in:
11
tests/conftest.py
Normal file
11
tests/conftest.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import os
|
||||
import tempfile
|
||||
|
||||
import pytest
|
||||
|
||||
TEST_HASHTAGS = ["embraceeuropa", "francisparkeryockey"]
|
||||
|
||||
|
||||
@pytest.fixture(scope="package")
|
||||
def hashtags():
|
||||
return TEST_HASHTAGS
|
||||
Reference in New Issue
Block a user