diff options
author | Lorenz Diener <[email protected]> | 2019-06-22 15:28:27 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-06-22 15:28:27 +0200 |
commit | 052b7f7cd319bd39f5c9db1b0322e9e4445a123e (patch) | |
tree | a4f02a2f738a477f2cde36e209bc29ab4df78ebc /tests/README.markdown | |
parent | 1a120f03939d36bc14bda0931819db0ab45908af (diff) | |
download | mastodon.py-052b7f7cd319bd39f5c9db1b0322e9e4445a123e.tar.gz |
Test fixups pre-2.9.1
Diffstat (limited to 'tests/README.markdown')
-rw-r--r-- | tests/README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/README.markdown b/tests/README.markdown index f98ab75..368f4f5 100644 --- a/tests/README.markdown +++ b/tests/README.markdown | |||
@@ -24,6 +24,7 @@ Note that some tests are slightly unstable, as they require sidekiq to do things | |||
24 | This test suite uses [VCR.py][] to record requests to Mastodon and replay them in successive runs. | 24 | This test suite uses [VCR.py][] to record requests to Mastodon and replay them in successive runs. |
25 | 25 | ||
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 | 28 | ||
28 | 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 and an additional test user to be set up by applying the provided `setup.sql` to Mastodon's database: |
29 | 30 | ||