Files
instagram-bot/run_test.py

5 lines
193 B
Python

import pytest
from tests.unit.test_profile_interaction_sync import test_profile_grid_sync_delay_after_follow
import sys
pytest.main(["-v", "-s", "tests/unit/test_profile_interaction_sync.py"])