]> Cypherpunks repositories - keks.git/commit
Split TestErrors
authorSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 16:37:13 +0000 (19:37 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 19:38:56 +0000 (22:38 +0300)
commit1618e7dfcd466bb7b811bc6373b8048deb2723a0455f74b68b6de21e8b0f1e34
treea58a990e1018521964d1d56ef3b66e86e5bde4eb68b5b29ede658a6256e9ec8c
parent2e6ae8c4c97a16afcd1e163536735764887975656f1729887bab5a0913079cb3
Split TestErrors

TestErrors mainly tests the NotEnoughData exception. Move it to its
separate class. Some generic errors tests are moved to separate file.
pyac/tests/test_errors.py [deleted file]
pyac/tests/test_generic.py [new file with mode: 0644]
pyac/tests/test_not_enough_data.py [new file with mode: 0644]