This repository was archived by the owner on Mar 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Test Frameworks
elcapo edited this page Oct 16, 2014
·
9 revisions
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.
The frameworks used in this project are:
- The framework for JavaScript unit tests is QUnit.
- The framework for MySQL unit tests is The MySQL Test Framework, 2.0.
- The framework for PHP unit tests is PHPUnit.
- JavaScript tests are stored at the test/javascript folder.
- MySQL tests are stored at the test/mysql folder.
- PHP tests are stored at the test/php folder.
Go back home!
SEPA validations
- [International Bank Account Numbers (IBAN)](International Bank Account Numbers (IBAN))
Spanish validations
- NIF, NIE & CIF
- [Spanish Bank Accounts](Spanish Bank Accounts)
Helpers
- [Common functions](Common functions)