We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bf598 commit 3680ec9Copy full SHA for 3680ec9
azure-pipelines.yml
@@ -29,7 +29,7 @@ steps:
29
displayName: 'Install Python Packages'
30
31
- script: |
32
- xvfb-run -s "-screen 0 1400x900x24" pytest fast_rl/tests --doctest-modules --junitxml=junit/test-results.xml --cov=./ --cov-report=xml --cov-report=html
+ xvfb-run -s "-screen 0 1400x900x24" pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=./ --cov-report=xml --cov-report=html
33
displayName: 'Test with pytest'
34
35
- task: PublishTestResults@2
0 commit comments