Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed May 6, 2024
1 parent c002762 commit 7dd4c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
4 changes: 2 additions & 2 deletions test/runtime/runtime-python.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ test("Python runtime testing", async () => {

const compileCommand = `cd ${path.resolve(
__dirname,
"./runtime-python/test/"
)} && python3 main.py`;
"./runtime-python"
)} && python3 -m unittest discover ./tests`;
await execCommand(compileCommand,true);

});
38 changes: 0 additions & 38 deletions test/runtime/runtime-python/test/main.py

This file was deleted.

0 comments on commit 7dd4c2c

Please sign in to comment.