13,282
edits
(→Beware of shortened Git commit IDs: Add Git command for finding full commit IDs corresponding to shortened ones) |
(→Nasal unit test assertion documentation: New section. Is there any other documentation than the source code and Nasal unit test files?) |
||
| Line 207: | Line 207: | ||
: [[User:Rominet|Rominet]] ([[User talk:Rominet|talk]]) 18:05, 25 December 2025 (UTC) | : [[User:Rominet|Rominet]] ([[User talk:Rominet|talk]]) 18:05, 25 December 2025 (UTC) | ||
== Nasal unit test assertion documentation == | |||
I just started an article about [[Nasal unit tests]] but could need some help improving the section about the tests. | |||
The only documentation I find is the {{flightgear source|path=src/Scripting/NasalUnitTesting.cxx|text=C++ source code}} and the existing test files (<code>test_*.nut</code>) in {{fgdata source|path=Nasal|text=fgdata/Nasal}} (side note: it took me several days to figure out where the <code>nasal-test</code> FGCommand was implemented). | |||
—[[User:Johan G|Johan G]] ([[User_talk:Johan_G|Talk]] | [[Special:Contributions/Johan_G|contribs]]) 12:36, 14 March 2026 (UTC) | |||