Si la aplicación no es muy voluminosa ni compleja, pruebas unitarias y de integración pueden ser suficiente. | If the application is not very complex and with a small size, unit/integration tests could be sufficient. |
Si tienes pruebas unitarias, no solamente tú mismo pero también todo el equipo tendran una mayor confianza en los cambios. | If you have tests, not only yourself but also the entire team will have greater confidence in doing changes. |
El proceso comienza ya durante el desarrollo, con la aplicación de pruebas unitarias que, durante este estadio, ofrecen ilimitadas posibilidades de pruebas y análisis de errores. | This testing process begins during the development phase when we run a full gamut of unit tests and error analyses even at early stages. |
Además, Python proporciona un gran soporte para escribir pruebas unitarias. | In addition, Python provides great support for writing unit tests. |
Para ayudarte a ser disciplinado, debes automatizar tus pruebas unitarias. | To help you be disciplined, you should automate your unit tests. |
Las pruebas que contienen pequeños componentes individuales se denominan pruebas unitarias. | The tests that contain small individual components are called unit tests. |
Pruebas unitarias: aprende a escribir pruebas unitarias para MediaWiki con PHPUnit. | Unit testing–learn to write unit tests for MediaWiki using PHPUnit. |
Escribir pruebas unitarias de fuerza industrial no es fácil ni simple. | Writing industrial-strength unit tests is not easy or simple. |
Tarde o temprano, las pruebas unitarias te salvarán el día. | Sooner or later, unit tests will save the day for you. |
Todas las pruebas unitarias son guardadas en el directorio test/unit/. | All unit tests are stored under the test/unit/ directory. |
