deviras/dataset.json
Animesh-Ghosh 981bd089b5 Add Tests for get_titles function
Added docstring for main.py script and updated it to only invoke update_titles
function if the file was run directly.
Added initial tests for titles updater script.
2022-08-21 02:04:05 +05:30

21 lines
532 B
JSON

{
"titles": [
"ranting about jira",
"siting in a meeting",
"squashing bugs",
"centering divs",
"waiting for staging deployment",
"writing tests",
"pushing directly to prod",
"doing code review",
"deleting jira tickets",
"Creating a pull request",
"forgot to run DB migrations",
"Broke production",
"running on staging ENV",
"merging git branches",
"releasing the MVP",
"finding JIRA tickets"
]
}