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.
gen
1 parent f60daaf commit 7819c06Copy full SHA for 7819c06
tests/commands/gen/test_unit.py
@@ -50,7 +50,7 @@ def test_get_ingen():
50
51
os.rename("prog/gen_helper.cpp", "prog/geningen.cpp")
52
ingen_path = gen_util.get_ingen("gen")
53
- assert os.path.basename(ingen_path) == "geningen.cpp"
+ assert os.path.basename(ingen_path) == "geningen.sh"
54
55
56
@pytest.mark.parametrize("create_package", [util.get_simple_package_path()], indirect=True)
0 commit comments