aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAljoscha Rittner <[email protected]>2022-06-24 16:27:04 +0200
committerGitHub <[email protected]>2022-06-24 16:27:04 +0200
commit002c6511a7c6a340efdaee15849a31afa38871fc (patch)
treeebbd901539c6ce418f1874fb183db89725baa405 /tests/README.markdown
parent243d7a2c55df788738a4f86978ffac149fde89bd (diff)
parent3b8a653fa50e01144864dfcd58ad54a059182bde (diff)
downloadmastodon.py-002c6511a7c6a340efdaee15849a31afa38871fc.tar.gz
Merge pull request #238 from arittner/bookmarks-paging
Introduces paging parameters for bookmarks
Diffstat (limited to 'tests/README.markdown')
-rw-r--r--tests/README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.markdown b/tests/README.markdown
index 368f4f5..62b5e10 100644
--- a/tests/README.markdown
+++ b/tests/README.markdown
@@ -26,7 +26,7 @@ This test suite uses [VCR.py][] to record requests to Mastodon and replay them i
26If you want to add or change tests, you will need a Mastodon development server running on `http://localhost:3000`, with the default `admin` user and default password. 26If you want to add or change tests, you will need a Mastodon development server running on `http://localhost:3000`, with the default `admin` user and default password.
27To set this up, follow the development guide and set up the database using "rails db:setup". 27To set this up, follow the development guide and set up the database using "rails db:setup".
28 28
29It also needs a test OAuth app and an additional test user to be set up by applying the provided `setup.sql` to Mastodon's database: 29It also needs a test OAuth app-registriation and an additional test user to be set up by applying the provided `setup.sql` to Mastodon's database:
30 30
31 psql -d mastodon_development < tests/setup.sql 31 psql -d mastodon_development < tests/setup.sql
32 32
Powered by cgit v1.2.3 (git 2.41.0)