fix incorrect unit test description
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Wed, 29 Jan 2020 10:53:15 +0000 (11:53 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 1 Feb 2020 13:42:43 +0000 (14:42 +0100)
commite2f52c53ad4aa72ca04c3499fa3498855701d12d
tree18e4d53facf96ee3009349945f023d06ca9c7624
parent105c8e263955a39f6c50eff91871c6a910f764a4
fix incorrect unit test description

The process() method signals the caller that the maximum data length
has been reached by returning a ciphertext that is shorter than
the plaintext. The caller must then continue by finalizing the
current object and starting a new one.

The behavior in this case was changed in cb7a3911f8 to not
propagate the exception from Cryptography, but the unit test
retained the erroneous description.
testing/test_crypto.py