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

add a test harness #5

Merged
merged 2 commits into from
Jan 22, 2024
Merged

add a test harness #5

merged 2 commits into from
Jan 22, 2024

Conversation

raylu
Copy link
Contributor

@raylu raylu commented Jan 22, 2024

No description provided.

raylu added 2 commits January 21, 2024 15:38
tanco/database.py:15: ResourceWarning: unclosed file
Copy link
Collaborator

@tangentstorm tangentstorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I was just thinking of adding a test suite when I saw this. :)

Quart is all async so I'm not sure unittest will be enough for testing the server, but this is a good start for testing the driver and runner.

I didn't know about pathlib. Cool.

I think you might have cut a little too much out of the .gitignore file ( pycharm is always changing stuff under .idea) but I agree it's nicer this way and I can just explicitly re-ignore anything that gets in the way.

@tangentstorm tangentstorm merged commit c5bfc85 into tangentcode:main Jan 22, 2024
1 check passed
@raylu raylu deleted the tests branch January 23, 2024 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants