You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now, library has a limitation in the test cases that makes some tests fail after data added to the supported BBANs or BICs.
either it needs to change the method of testing, so it doesn't have to be tested by the seeds and be tested with like the validation of the generated random IBAN or BIC, or it needs to be seeded randomly by the things that aren't normally changeable such as all parameters in the IBAN except country because it may change in the future and the change shouldn't have an effect on the random test cases.
The text was updated successfully, but these errors were encountered:
right now, library has a limitation in the test cases that makes some tests fail after data added to the supported BBANs or BICs.
either it needs to change the method of testing, so it doesn't have to be tested by the seeds and be tested with like the validation of the generated random IBAN or BIC, or it needs to be seeded randomly by the things that aren't normally changeable such as all parameters in the IBAN except country because it may change in the future and the change shouldn't have an effect on the random test cases.
The text was updated successfully, but these errors were encountered: