mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 19:08:26 -04:00
flake8 the entire repo now that the tests are good 👌
This commit is contained in:
@@ -27,8 +27,7 @@ function display_result {
|
|||||||
if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then
|
if [[ -z "$VIRTUAL_ENV" ]] && [[ -d venv ]]; then
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
fi
|
fi
|
||||||
echo -e "\033[31mWARNING. NOT RUNNING flake8 AGAINST TEST DIRECTORY DUE TO LARGE AMOUNT OF EXISTING ISSUES.\033[0m"
|
flake8 .
|
||||||
flake8 app/
|
|
||||||
display_result $? 1 "Code style check"
|
display_result $? 1 "Code style check"
|
||||||
|
|
||||||
# run with four concurrent threads
|
# run with four concurrent threads
|
||||||
|
|||||||
@@ -308,7 +308,7 @@ def test_should_be_able_to_get_all_templates_for_a_service(client, sample_user,
|
|||||||
assert update_json_resp['data'][1]['created_at']
|
assert update_json_resp['data'][1]['created_at']
|
||||||
|
|
||||||
|
|
||||||
def test_should_get_only_templates_for_that_service(admin_request, notify_db_sesision):
|
def test_should_get_only_templates_for_that_service(admin_request, notify_db_session):
|
||||||
service_1 = create_service(service_name='service_1')
|
service_1 = create_service(service_name='service_1')
|
||||||
service_2 = create_service(service_name='service_2')
|
service_2 = create_service(service_name='service_2')
|
||||||
id_1 = create_template(service_1).id
|
id_1 = create_template(service_1).id
|
||||||
|
|||||||
Reference in New Issue
Block a user