Skip to content

Commit

Permalink
Fixes metacall#23: Port Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Jan 27, 2025
1 parent 88271cf commit 74220fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions port-test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import metacall

print("works")
3 changes: 3 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
set -euxo pipefail

brew test ./metacall.rb

echo "Testing Python port..."
metacall port-test.py | grep "works"

0 comments on commit 74220fb

Please sign in to comment.