Mastodonplus.py/tests/test_reports.py
Lorenz Diener e393664974 Test fixups and small 2.8 fixes
Pagination backwards is broken presently.
2019-04-27 21:04:06 +02:00

9 líneas
195 B
Python

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)