Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new: add driver functionality and start work on main loop #12

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
help message to run pytest instead
  • Loading branch information
ByteOfKathy committed Mar 21, 2023
commit fc90c91b29cdcb2b37ff93c838ba8f44e17875a7
2 changes: 1 addition & 1 deletion test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ def test_help():


if __name__ == "__main__":
pass
print("please run pytest instead of this file")