Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change testing model of the random generators so it doesn't get affected by changes in data #127

Open
MR-Os1 opened this issue Jan 12, 2024 · 0 comments

Comments

@MR-Os1
Copy link
Contributor

MR-Os1 commented Jan 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant