diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-27 18:41:02 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-27 18:41:02 +0200 |
| commit | 6382d2b7c1910f29556b740513421b57da9c5a97 (patch) | |
| tree | 4e79e4b13226cd1b288486e2819368c767e55259 /src/test/__init__.py | |
| parent | 51857521f770caae7b36e3a36a30d5b6986e66d1 (diff) | |
| download | philosophers_test-6382d2b7c1910f29556b740513421b57da9c5a97.tar.gz philosophers_test-6382d2b7c1910f29556b740513421b57da9c5a97.tar.bz2 philosophers_test-6382d2b7c1910f29556b740513421b57da9c5a97.zip | |
Added custom Exception with more descriptive error message
Diffstat (limited to 'src/test/__init__.py')
| -rw-r--r-- | src/test/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/__init__.py b/src/test/__init__.py index a6d7632..4cc06f8 100644 --- a/src/test/__init__.py +++ b/src/test/__init__.py @@ -6,8 +6,8 @@ # By: charles <me@cacharle.xyz> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/09/27 13:00:31 by charles #+# #+# # -# Updated: 2020/09/27 13:01:05 by charles ### ########.fr # +# Updated: 2020/09/27 17:56:09 by charles ### ########.fr # # # # ############################################################################ # -from test.test import Test +from test.test import Test # noqa: F401 |
