Add long options for platform and random (#10776)

This commit is contained in:
Hofer-Julian
2023-10-19 22:04:33 +02:00
committed by GitHub
parent 030e55acbf
commit 4fd2b702ee
9 changed files with 12 additions and 12 deletions

View File

@ -143,8 +143,8 @@ def show-pretty-test [indent: int = 4] {
def run-test [
test: record
] {
let test_file_name = (random chars -l 10)
let test_function_name = (random chars -l 10)
let test_file_name = (random chars --length 10)
let test_function_name = (random chars --length 10)
let rendered_module_path = ({parent: ($test.file|path dirname), stem: $test_file_name, extension: nu}| path join)
let test_function = $"