diff options
author | Aljoscha Rittner <[email protected]> | 2022-06-24 15:46:27 +0200 |
---|---|---|
committer | Aljoscha Rittner <[email protected]> | 2022-06-24 15:46:27 +0200 |
commit | 3b8a653fa50e01144864dfcd58ad54a059182bde (patch) | |
tree | 39342f9026c56c430f1dc5796b75011d594eced9 /tests/README.markdown | |
parent | e9d2c3d53f7b1d371e5dc5bf47e5fe335b698c85 (diff) | |
download | mastodon.py-3b8a653fa50e01144864dfcd58ad54a059182bde.tar.gz |
Introduces pagin parameters for bookmarks
Fixes #220
Diffstat (limited to 'tests/README.markdown')
-rw-r--r-- | tests/README.markdown | 2 |
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 | |||
26 | If 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. | 26 | If 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. |
27 | To set this up, follow the development guide and set up the database using "rails db:setup". | 27 | To set this up, follow the development guide and set up the database using "rails db:setup". |
28 | 28 | ||
29 | It 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: | 29 | It 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 | ||