]> Cypherpunks repositories - keks.git/commit
Combine encode/decode tests
authorSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 18:35:15 +0000 (21:35 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 19:38:56 +0000 (22:38 +0300)
commit1d4264b259735f5bb92c4809d7d0de630d94aad5898cbef0a6321c34077166be
treea513e8d39e407ddbfe7f297cc8c19608a9d9185103073ab35641fe6e375774c9
parentc894064d0e3b565523148b39d53988ffa8093b7d5747a948f8443794271ed498
Combine encode/decode tests

Because output data of the encode test is the input for the decode one.
Actually tests separation could be useful to determine where we are
failing, but verbose assertEqual failed message will show exactly where
we failed (either during encode or decode).
pyac/tests/test_list.py
pyac/tests/test_map.py