We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Non-exhaustive list:
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Non-exhaustive list:
The text was updated successfully, but these errors were encountered: