From 9a89695f02b7abecfba476792027c89c18f750b9 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Wed, 8 Jul 2020 17:41:52 +0200 Subject: [PATCH] DOC: Remove todos --- unittests/test_error_handling.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unittests/test_error_handling.py b/unittests/test_error_handling.py index 94e3d6f0..489f3e29 100644 --- a/unittests/test_error_handling.py +++ b/unittests/test_error_handling.py @@ -28,7 +28,6 @@ children. """ import caosdb as db from caosdb.common.models import raise_errors -# TODO: Import the relevant error classes once they have been finalized. from caosdb.exceptions import (AmbiguityException, AuthorizationException, EntityDoesNotExistError, EntityError, @@ -37,7 +36,6 @@ from caosdb.exceptions import (AmbiguityException, UnqualifiedParentsError, UnqualifiedPropertiesError) -import pytest # TODO: remove when xfails have been dealt with from pytest import raises -- GitLab