mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-04-24 08:25:16 +00:00
4 lines
139 B
PowerShell
4 lines
139 B
PowerShell
Get-ChildItem -Path ".\tests\*.py" | ForEach-Object {
|
|
Write-Host "Running tests in $($_.FullName)"
|
|
python -m unittest $_.FullName
|
|
} |