Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tests pass on compatible fediverse servers #476

Open
3 tasks
ihabunek opened this issue Apr 6, 2024 · 1 comment
Open
3 tasks

Make tests pass on compatible fediverse servers #476

ihabunek opened this issue Apr 6, 2024 · 1 comment

Comments

@ihabunek
Copy link
Owner

ihabunek commented Apr 6, 2024

Non-exhaustive list:

@AnInternetTroll
Copy link
Contributor

AnInternetTroll commented Apr 6, 2024

I've tried it out with GoToSocial, and after some config changes and a
password change on toot's side I got the following results

74 failed, 40 passed, 2 skipped, 2 warnings, 6 errors

I ran GoToSocial with:

podman run \
    --env='GTS_HOST=example.com' \
    --env='GTS_DB_TYPE=sqlite' \
    --env='GTS_DB_ADDRESS=/gotosocial/storage/sqlite.db' \
    --env='GTS_ACCOUNTS_REASON_REQUIRED=false' \
    --env='GTS_ACCOUNTS_APPROVAL_REQUIRED=false' \
    -p '8080:8080' -it docker.io/superseriousbusiness/gotosocial:latest

And ran the integration tests with:

TOOT_TEST_BASE_URL="http://localhost:8080" pytest

A full log of the results can be found
here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants