Skip to content

Commit

Permalink
Init v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Jan 12, 2024
1 parent dc94771 commit 1531ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/local_test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pip install -U pytest pytest-cov
$root_path = (Get-Item "$PSScriptRoot/..").FullName
$Env:PYTHONPATH="$root_path/src"
Write-Host "Python path:" $Env:PYTHONPATH
pytest "$root_path/tests" --log-level=INFO --cov $Env:PYTHONPATH --cov-report=xml
pytest "$root_path/tests" --log-level=INFO --cov "$Env:PYTHONPATH/pandoc_filter"

0 comments on commit 1531ef5

Please sign in to comment.