( string_format )

Legend
Has corresponding code
No direct match, but an alternative exists
No corresponding code
-TODO
( .. )Not localized
Example Python
pytest
PHP
PHPUnit
Swift
Testing
Csharp
xunit
Bash
bats
Powershell
pester
C++
GoogleTest
JavaScript
Jest
Kotlin
jUnit
( printf_like_format ) '%d' % n - - - - - - - -
( format_with_thousands_separator ) f'{v:,}' - - - - - - - -
( padding_space_right ) s.ljust - - - - - - - -
( padding_space_left ) s.rjust - - - - - - - -
( padding_zero ) - - - - - - - -