Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Test Frameworks

elcapo edited this page Oct 16, 2014 · 9 revisions

The Laws of Testing

This project aims to respect these laws:

  • All the functions have been written after writing the corresponding tests.
  • The tests are written once and applied to every new translation of a function.
  • We'll always try to cover all different possible cases.
  • We'll try not to write more tests than necessary.

Before writing a new function, the corresponding tests for every language must be written. If a new test for an existing function is written, it must be translated and passed by every translation.

Frameworks

The frameworks used in this project are:

Folders

SEPA validations

  • [International Bank Account Numbers (IBAN)](International Bank Account Numbers (IBAN))

Spanish validations

Helpers

  • [Common functions](Common functions)
Clone this wiki locally