Mastodon.py/tests/test_reports.py

9 wiersze
195 B
Python

2018-05-06 00:58:43 +00:00
import pytest
@pytest.mark.vcr()
def test_report(api, status):
user = api.account_verify_credentials().id
report = api.report(user, status, "makes the bad post")
assert(report)