Alex Janousek
c6da0448fa
Fixed disable button, formated time to include time zone ( #2850 )
2025-08-21 07:05:41 -07:00
Alex Janousek
8d33f28b76
Refactored reports to use pregenerated docs instead ( #2831 )
...
* Refactored reports to use pregenerated docs instead
* Fixed e2e test
* Fixed anothr bug
* Cleanup
* Fixed timezone conversion
* Updated ref files
* Updated reference files, refreshed ui/ux for report generation. Buttons toggle on and off based on if report exists
* Fixed linting errors, removed pytz
* Fixed test failure
* e2e test fix
* Speeding up unit tests
* Removed python time library that was causing performance issues with unit tests
* Updated poetry lock
* Unit test improvements
* Made change that ken reccomended
2025-08-15 15:02:54 -04:00
Kenneth Kehl
8f30064f50
add carrier column to reports
2024-11-21 15:08:49 -08:00
Kenneth Kehl
8489fb9e61
update flake8-pytest-style-plugin
2024-07-15 08:07:18 -07:00
Kenneth Kehl
96d5e72514
change Recipient to Phone Number
2024-02-21 10:30:24 -08:00
Kenneth Kehl
3363cc6979
change test phone number
2024-02-21 09:09:45 -08:00
Kenneth Kehl
4742cc77b5
change batch file report to look like full csv report
2024-02-21 07:45:21 -08:00
Kenneth Kehl
53549495ea
remove Type and change Job to Batch File
2024-02-14 10:39:52 -08:00
Kenneth Kehl
2aa9f2c532
remove carrier column
2024-02-09 07:27:28 -08:00
Kenneth Kehl
80135b2ff6
notify-api-771 fix columns in reports
2024-02-05 12:27:40 -08:00
Kenneth Kehl
a38518777c
change download reports to 12 hour time
2024-01-24 11:03:19 -08:00
Kenneth Kehl
36987e7202
notify-api-861 show eastern time
2023-11-16 12:24:27 -08:00
Kenneth Kehl
6e19fab1d5
more tests
2023-11-03 10:38:38 -07:00
Carlo Costino
95ba7c3099
More formatting fixes for tests
...
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-10-12 10:24:48 -04:00
Kenneth Kehl
5bc752a826
fix tests
2023-09-22 10:05:50 -07:00
Kenneth Kehl
8c9721d8e2
notify-api-412 use black to enforce python coding style
2023-08-25 09:12:23 -07:00
Kenneth Kehl
4229448a67
fix tests
2023-07-03 08:20:12 -07:00
Ryan Ahearn
2ad21a6f4f
Replace UK phone numbers in tests with US numbers
2023-01-06 11:19:56 -05:00
stvnrlly
944715ac46
big commit with letters removal
2022-12-05 15:33:44 -05:00
jimmoffet
dad051a662
2767 passing
2022-08-05 00:25:03 -07:00
Ben Thorner
4a5345f011
Move Spreadsheet models tests into own file
...
Previously this class was in app/utils.py, so it made sense for the
tests to be in "utils/test_csv.py". Since the class is now a proper
model [1], we can also move the tests into their own file.
[1]: 2c46d023da (diff-ac7b8d56e509c921efaadb5a776e1c9037531c4d2af78787f06f67a1f3533ae4)
2021-12-03 17:17:15 +00:00
Ben Thorner
aafb7e9182
Merge separate test for CSV errors function
...
It's not clear why this was separate from the other utils tests, or
why it was put under main/ - the code under test wasn't in there.
2021-06-09 15:19:01 +01:00
Ben Thorner
0326005aeb
Extract template / csv utility code into modules
...
This follows a similar approach to the previous commits, noting that
one module depends on the other, so we have to extract both together.
2021-06-09 15:19:00 +01:00