Commit Graph

14 Commits

Author SHA1 Message Date
stvnrlly
c34b24014a remove service letter contact model 2023-02-17 22:56:54 -05:00
stvnrlly
7d6fb2c645 remove letters from /service 2023-02-17 14:19:04 -05:00
stvnrlly
36e730221d more work on postage migration 2023-02-12 21:55:24 -05:00
stvnrlly
ff3f2c06c0 progress on removing postage 2023-02-10 15:06:11 -05:00
stvnrlly
8b75424e29 Merge branch 'main' into stvnrlly-paperless-api 2023-02-06 12:28:10 -05:00
Ryan Ahearn
8a0535fa03 Save normalized phone format to DB 2023-01-06 11:06:23 -05:00
Ryan Ahearn
82df01653f Update tests to focus on US numbers 2023-01-05 11:06:12 -05:00
stvnrlly
33bd3b3a31 try deactivating some letter routes 2022-12-08 09:55:21 -05:00
stvnrlly
4260576fb2 remove pdf sanitize tasks 2022-12-07 11:55:24 -05:00
stvnrlly
0252391c88 remove get-pdf-for-templated-letter 2022-12-07 11:46:26 -05:00
Ryan Ahearn
e3ad01119d Replace celery[sqs] with celery[redis] 2022-09-29 08:59:17 -04:00
Ryan Ahearn
cb4036b1b0 Disable letter-based S3 buckets 2022-09-21 11:22:55 -04:00
Christa Hartsock
af6495cd4c Get tests passing locally
When we cloned the repository and started making modifications, we
didn't initially keep tests in step. This commit tries to get us to a
clean test run by skipping tests that are failing and removing some
that we no longer expect to use (MMG, Firetext), with the intention that
we will come back in future and update or remove them as appropriate.

To find all tests skipped, search for `@pytest.mark.skip(reason="Needs
updating for TTS:`. There will be a brief description of the work that
needs to be done to get them passing, if known. Delete that line to make
them run in a standard test run (`make test`).
2022-07-07 15:41:15 -07:00
Ben Thorner
70430f10ea Co-locate tests for sending a notification
I found the send letter tests hard to find as the name of the file
didn't match the name of the one containing the code under test.
2022-04-08 17:37:33 +01:00