Skip to content

Commit

Permalink
Add qkit load test.
Browse files Browse the repository at this point in the history
  • Loading branch information
thilokru committed Jan 8, 2025
1 parent 23a86f5 commit 705dc75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_qkit_basics.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
def test_qkit_load():
import qkit
qkit.cfg['run_id'] = "Test"
qkit.cfg['user'] = "Automated Test"
qkit.start()

0 comments on commit 705dc75

Please sign in to comment.