Apply yapf and add ignorefile

This commit is contained in:
2024-08-28 13:43:33 +02:00
parent 384dd82454
commit 2412df4960
7 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,7 @@ from ki.test.ApiTest import ApiTest
class TestLanguagesEndpoint(ApiTest):
def test_skills_options(self):
response = self.client.options("/languages")
self.assertEqual(response.status_code, 200)