Files
Cornelius Riemenschneider 59922e5c46 Port C# tests to pytest.
2024-08-07 12:53:05 +02:00

8 lines
218 B
Python

import os
def test(codeql, csharp):
artifacts = "bin/Temp"
codeql.database.create(command=f"dotnet publish -o {artifacts}")
assert os.path.isdir(artifacts), "The publish artifact folder was not created."