Beverly Nguyen
8aa7a63f55
reformatted
2025-05-14 10:08:02 -07:00
Jonathan Bobel
f0ff50eb63
Merge branch 'main' of https://github.com/GSA/notifications-admin into 2123-back-button-context
2025-04-29 12:26:02 -04:00
Jonathan Bobel
cd40580231
Working through some tests
2025-04-25 16:20:21 -04:00
Jonathan Bobel
7a52290bb7
Update test_send.py
2025-04-25 11:42:05 -04:00
Jonathan Bobel
350526f4ad
Update test_send.py
2025-04-25 11:39:10 -04:00
Jonathan Bobel
b01a62225e
Fixing a test, updating content
2025-04-21 13:57:29 -04:00
Jonathan Bobel
fe098eca22
1134 - Changing all instances of the word "brackets" to "parenthesis"
2025-03-20 10:29:29 -04:00
Jonathan Bobel
df4979277a
Adjusting tests
2025-02-25 13:58:49 -05:00
Beverly Nguyen
88b114f58b
test
2025-01-27 19:19:41 -08:00
Beverly Nguyen
084a5e37fc
Revert "Send Message A11Y Audit - Unique IDs and also refactor error message on templates page"
2025-01-21 22:20:44 -08:00
Beverly Nguyen
1e261fd353
fixed testing
2024-12-18 15:30:48 -08:00
Jonathan Bobel
b98e3d87e2
Fixing tests
2024-12-02 09:59:58 -05:00
Jonathan Bobel
35958769f4
Send Message A11Y Audit - Adjust headers in Send Message flow
2024-11-22 16:45:25 -05:00
Kenneth Kehl
5ada9914b4
try mock
2024-09-02 09:57:22 -07:00
Kenneth Kehl
c075cacae9
try mock
2024-09-02 09:46:27 -07:00
Kenneth Kehl
da7d618460
try mock
2024-09-02 09:42:52 -07:00
Kenneth Kehl
9340069454
try mock
2024-09-02 09:33:23 -07:00
Kenneth Kehl
df032ba76d
remove mock_aws where its not useful
2024-05-30 07:58:30 -07:00
Kenneth Kehl
e694b9a5f6
clean up mock_s3_download
2024-05-29 14:49:06 -07:00
Kenneth Kehl
9368f6a496
remove some fixtures
2024-05-29 14:18:08 -07:00
Kenneth Kehl
17fec1c99e
use moto to mock s3
2024-05-28 11:27:57 -07:00
Carlo Costino
9a83ba7475
Localize notification_utils to the admin
...
This changeset pulls in all of the notification_utils code directly into the admin and removes it as an external dependency. We are doing this to cut down on operational maintenance of the project and will begin removing parts of it no longer needed for the admin.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2024-05-16 10:37:37 -04:00
Beverly Nguyen
63bc85d8d4
added format_datetime_scheduled_notification to formatters and removed unneccesary format changes
2024-04-09 12:52:45 -07:00
Carlo Costino
8b17adeb34
Merge pull request #1296 from GSA/1215-clean-up-macros-table-on-preview-page
...
Converting 'preview page' table Macro to HTML
2024-04-03 18:38:31 -04:00
Beverly Nguyen
02ee1a81d1
Merge branch 'main' into 1210-create-confirmation-status-page-the-last-page-in-the-preview-send-flow
2024-03-14 15:07:20 -07:00
Beverly Nguyen
a05e09d345
fixed testing
2024-03-14 11:02:02 -07:00
Jonathan Bobel
e1981d3c65
Auto reformat looks like
2024-03-13 13:33:44 -04:00
Beverly Nguyen
d1fe8a2332
updated testing
2024-03-08 16:03:08 -08:00
Beverly Nguyen
cb3fc0f039
update test
2024-03-08 12:25:09 -08:00
Beverly Nguyen
58a067358e
with reivew request
2024-03-08 10:32:29 -08:00
Beverly Nguyen
0981990086
update testing
2024-02-23 14:50:26 -08:00
Beverly Nguyen
2e7aeb1dbf
fixed test
2024-02-16 18:05:13 -08:00
Beverly Nguyen
02d1c2b26e
fixed test
2024-02-16 18:01:36 -08:00
Beverly Nguyen
843e4bb2fa
fixed testing and removed recipient
2024-02-13 16:18:50 -08:00
Beverly Nguyen
01eac988f1
fixed testing
2024-02-13 14:02:05 -08:00
Beverly Nguyen
b019dc3fe9
updated pytest
2024-02-08 18:43:17 -08:00
Kenneth Kehl
9fbaca8f9f
fix flake 8
2023-12-20 10:33:11 -08:00
Kenneth Kehl
14f70620f9
code review feedback
2023-12-20 10:26:14 -08:00
Kenneth Kehl
cbc69191be
fix s3upload mock
2023-12-18 12:58:36 -08:00
Kenneth Kehl
62ae2e96b7
mock s3upload
2023-12-18 12:43:13 -08:00
Kenneth Kehl
bab0b53ffb
rework how we display error message for disallowed phone numbers
2023-12-18 12:31:40 -08:00
Kenneth Kehl
94b86f1afc
fix tests
2023-12-15 10:29:42 -08:00
Kenneth Kehl
32b4e6918f
flake8
2023-12-14 13:24:34 -08:00
Andrew Shumway
3d0460a9ee
Revert missing logic
2023-11-22 11:55:40 -07:00
Andrew Shumway
53a3f4c852
Remove unnecessary logic/fix tests
2023-11-22 11:06:15 -07:00
Andrew Shumway
f51d4be8de
Add tests with notify.gov/usnotify as default
2023-11-20 10:06:17 -07:00
Andrew Shumway
654b406827
Added/fixed tests to remove notify from message flow
2023-11-17 11:19:26 -07:00
Carlo Costino
4330fbe493
Skip failing test for now in test_send.py
...
This changeset marks the test_warns_if_file_sent_already_errors test in tests/app/main/views/test_send.py to skip for now. This test started failing locally for some of the team members with no clear indication as to why. We tried the following:
- Checking for uncommitted local changes
- Downgrading a recent dependency update
- Combing through recent changes for potential breaking changes
- Debugging the test itself as it ran
A new issue will be created to investigate this further, but we did not want it to block our current work.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-11-06 17:42:00 -05:00
Kenneth Kehl
b487a915f6
fix remaining tests
2023-10-30 08:42:11 -07:00
Carlo Costino
acb70b43cd
Reformatted and cleaned up more tests.
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:48 -04:00