We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885aac1 commit 694dbbdCopy full SHA for 694dbbd
tests/serialization_tests.py
@@ -736,8 +736,7 @@ def my_callable():
736
self.assertIs(finder['qctoolkit.asd'], my_callable)
737
738
finder.qctoolkit_alias = False
739
- with self.assertRaises(KeyError):
740
- # This was a ModuleNotFoundError before the qctoolkit alias package was removed
+ with self.assertRaises(ModuleNotFoundError):
741
finder['qctoolkit.asd']
742
743
0 commit comments