Skip to content

Commit

Permalink
add rsmexplain tests to yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaoyang Xie authored and desilinguist committed Jul 2, 2023
1 parent 4e9c8ab commit e6b780f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ testset5:
testset6:
extends: ".runtests"
variables:
TESTFILES: "test_experiment_rsmxval.py"
stage: "test"
TESTFILES: "test_experiment_rsmxval.py test_experiment_rsmexplain.py test_explanation_utils.py"
stage: "test"
3 changes: 3 additions & 0 deletions DistributeTests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ elseif ($agentNumber -eq 5) {
}
elseif ($agentNumber -eq 6) {
$testsToRun = $testsToRun + "test_experiment_rsmxval.py"
$testsToRun = $testsToRun + "test_experiment_rsmexplain.py"
$testsToRun = $testsToRun + "test_explanation_utils.py"

}

# join all test files seperated by space. pytest runs multiple test files in following format pytest test1.py test2.py test3.py
Expand Down

0 comments on commit e6b780f

Please sign in to comment.