Skip to content

Commit

Permalink
Add indentation mention in codestyle in manual test
Browse files Browse the repository at this point in the history
  • Loading branch information
sculpt0r authored and Dumluregn committed May 5, 2021
1 parent 654fc3d commit 459f4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/docs/codestyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,8 @@ But **NEVER** put more than one test suite into the same manual test file:

Extract common logic instead using helper functions for HTML files or use `__template__.html` feature which will share the same HTML file among manual tests in the same folder. It's better to accept some small duplication than overrun manual testing due to high test complexity.

In test scenarios indentation with tabs is preferred most of the time. However, to force bender to properly rendering nested lists, use spaces instead.

----------


Expand Down

0 comments on commit 459f4e9

Please sign in to comment.