Skip to content

Commit

Permalink
fix: include .xyz test files into e2e tests (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikomiss authored Jan 3, 2024
1 parent 75be2df commit dcfb989
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-quantum/tests.live/Run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ if ($PackageDir -Match "azure-quantum") {

Write-Host "##[info]Copy auxiliary Q# test files from $PackageDir to $PSScriptRoot"
Copy-Item -Path (Join-Path $PackageDir "tests" "unit" "*.qs") -Destination $PSScriptRoot

Write-Host "##[info]Copy auxiliary DFT test files from $PackageDir to $PSScriptRoot"
Copy-Item -Path (Join-Path $PackageDir "tests" "unit" "*.xyz") -Destination $PSScriptRoot
}

python -m pytest -v `
Expand Down

0 comments on commit dcfb989

Please sign in to comment.