jschaedl / iban-validation

:bank: A small library for validating International Bank Account Numbers (IBANs)
MIT License
90 stars 19 forks source link

separate source and tests directories #4

Closed xabbuh closed 6 years ago

xabbuh commented 6 years ago

Splitting source and test files into different repositories allows for a separation of autoloading rules which has the effect that test files will not be part of the generated autoloader in applications using this package.

jschaedl commented 6 years ago

Thanks @xabbuh !