SuperteamDAO / solathon

☄️ High performance, easy to use and feature-rich Solana SDK for Python.
https://solathon.vercel.app
MIT License
87 stars 32 forks source link

Add unit tests for utils using pytest framework #3

Closed DemetriBairaktaris closed 2 years ago

DemetriBairaktaris commented 2 years ago

Issue a poetry run pytest command to run with poetry

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/gitbolt/solathon/EVRRNNYRySU83uGCs1SNMWQnB417
✅ Preview: https://solathon-git-fork-demetribairaktaris-master-gitbolt.vercel.app

DemetriBairaktaris commented 2 years ago

@GitBolt

I Added some unit tests with Pytest. More will be added eventually across the codebase. Would you be down to add automated, functional testing into this project?

What do you think of adding a Travis CI process to build this package upon every pull request?

GitBolt commented 2 years ago

@DemetriBairaktaris Sounds good to me, sure thing. Thanks for the PR!