Lessons by tag «TDD»
We found 24 lessons lessons about the «TDD» in the Hexlet catalog. These lessons on «TDD» are available in the following courses: JS: Automated testing, Python: Automated testing.
Learn more about writing tests before start coding
Learn how to find code with no test coverage
Discover the most popular framework for testing in JavaScript
Learn about the assert module and its basic functions for performing checks
Learn about the beforeEach hook that runs before each test
Learn how to build a project automatically
Go all the way through writing tests using the example of stack testing
Understand what tests are supposed to do and what they look like
Learn about common test writing mistakes
Learn about a library that dramatically simplifies the analysis of statement output
Finding out how tests work through documentation
Learning to find code that is not affected by tests
Learning about assert, the built-in statement in Python
Exploring the most common mistakes in writing tests
Learning to write tests before writing the code
Learning about automatic project assembly
Exploring the most popular testing framework in Python
Learning to write, using the stack test as an example