Skip to content

Commit

Permalink
Merge pull request #347 from IBM/add_integration_tests
Browse files Browse the repository at this point in the history
add smoke.py and an integration tests folder getting picked up by the IBM Research GPU cluster atm
  • Loading branch information
romeokienzler authored Jan 27, 2025
2 parents 97f7c84 + 904c0cd commit e1d9ddb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integrationtests/test_smoke.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import pytest

def test_smoke():
assert True

0 comments on commit e1d9ddb

Please sign in to comment.