| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| busted-2.2.0-1.src.rock | 2023-11-06 | 114.7 kB | |
| busted-2.2.0-1.rockspec | 2023-11-06 | 5.1 kB | |
| README.md | 2023-11-06 | 704 Bytes | |
| v2.2.0 source code.tar.gz | 2023-11-06 | 65.1 kB | |
| v2.2.0 source code.zip | 2023-11-06 | 114.7 kB | |
| Totals: 5 Items | 300.2 kB | 0 | |
Features
- Add Korean localization — @marocchino
- Add --exclude-name-file and --log-success options — @hanshuebner (When combined can automate re-running only failed tests)
- Add --name option to easily run single tests — @hanshuebner
Bug Fixes
- Remove unused luafilesystem dependency — @dundargoc
- Correct installation and example documentation — @C3pa and @alerque
- Use escape sequences to output UTF-8 characters in more environments — @Commandcracker
- Output more standard tracing notation in gtest handler — @Tieske
- Fix casting to string before encoding errors in JSON — @svermeulen
- Correct TAP handler to not error on no test files — @notomo