0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-04-24 08:25:16 +00:00
ok-wuthering-waves/run_tests.ps1
2024-12-18 19:00:53 +08:00

4 lines
139 B
PowerShell

Get-ChildItem -Path ".\tests\*.py" | ForEach-Object {
Write-Host "Running tests in $($_.FullName)"
python -m unittest $_.FullName
}