This test in functional_tests/ also appears in greenwave/tests/test_policies.py. It is more similar in style to the other tests in test_policies.py, so I decided to keep that one and delete the one in functional_tests.
functional_tests/
greenwave/tests/test_policies.py
functional_tests
Checked both files. LGTM!
Hmm yeah, this is definitely not a functional test in the sense of the others (making an HTTP request to a real server) so :+1:
Thanks guys. :)
Pull-Request has been merged by ralph
This test in
functional_tests/also appears ingreenwave/tests/test_policies.py.It is more similar in style to the other tests in test_policies.py, so I
decided to keep that one and delete the one in
functional_tests.