lucas98774 / rl-blackjack

Implementing rl on blackjack
0 stars 0 forks source link

Format for pytest #13

Closed lucas98774 closed 2 years ago

lucas98774 commented 2 years ago

We should think of a few tests for this repo. I have added one called test_game.py which will run a test game when new additions are pushed or merged into the main branch. Also moving this to follow pytest guidelines would be a good idea as well for better standardization. Here is the docs for pytest here. This update is technically two fold since this would most likely require making the other code a formal python package as well... Any thoughts guys?