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 e3d47bd commit 9212066Copy full SHA for 9212066
tests/ironpython/Cases/IronPythonCases.cs
@@ -19,7 +19,7 @@ public override int Test(TestInfo testcase) {
19
internal class IronPythonCaseGenerator : CommonCaseGenerator<IronPythonCases> {
20
protected override IEnumerable<TestInfo> GetTests() {
21
return GetFilenames(new[] {
22
- System.Tuple.Create(category, "Tests"),
+ System.Tuple.Create(category, Path.Combine("tests", "python")),
23
System.Tuple.Create($"{category}.scripts", Path.Combine("eng", "scripts")),
24
})
25
.OrderBy(testcase => testcase.Name);
0 commit comments