1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-17 02:03:54 +02:00

Add vim modeline to all tests

This commit is contained in:
2020-12-24 13:11:12 +02:00
parent 4004515967
commit 6b78e82fe9
4 changed files with 8 additions and 0 deletions

@ -43,3 +43,5 @@ def test_get_status(client):
assert isinstance(response.content, bytes)
assert response.status_code == 200
# vim: set sw=4 ts=4 expandtab: