This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-api
Watch
1
Star
0
Fork
0
You've already forked notifications-api
mirror of
https://github.com/GSA/notifications-api.git
synced
2026-01-03 07:50:45 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
439c8024ddecf22d444bc397b174fc1388135d70
notifications-api
/
tests
/
app
/
letters
History
Rebecca Law
41f3293cd5
This fixes a bug where the folder name was not correctly returning the right date because date used to compare was in UTC but the datetime used for the job start time is in BST.
...
Units tests have been added for the affected method.
2018-05-30 10:18:37 +01:00
..
__init__.py
New endpoint to send a list of job ids to a queue.
2017-04-06 12:14:17 +01:00
test_letter_schemas.py
New endpoint to send a list of job ids to a queue.
2017-04-06 12:14:17 +01:00
test_letter_utils.py
This fixes a bug where the folder name was not correctly returning the right date because date used to compare was in UTC but the datetime used for the job start time is in BST.
2018-05-30 10:18:37 +01:00
test_send_letter_jobs.py
more flake8. lots of unused imports and variables that didn't get used. i tried to preserve old variable names as comments when it looked like they were useful (eg when they were describing timestamps)
2017-11-28 17:23:09 +00:00