From 1531ef503b8ff9b8bc9e7ae5cc63cd55beac7a78 Mon Sep 17 00:00:00 2001 From: Zhaopudark Date: Fri, 12 Jan 2024 12:19:51 +0800 Subject: [PATCH] Init v0.0.1 --- helper/local_test.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/local_test.ps1 b/helper/local_test.ps1 index 8297e35..59a9859 100644 --- a/helper/local_test.ps1 +++ b/helper/local_test.ps1 @@ -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 \ No newline at end of file +pytest "$root_path/tests" --log-level=INFO --cov "$Env:PYTHONPATH/pandoc_filter" \ No newline at end of file