pfehlinger / risk_adjustment_model

Python implementation of Healthcare Risk Adjustment Models
MIT License
2 stars 0 forks source link

pytest example #15

Closed Timfrazer closed 6 months ago

Timfrazer commented 6 months ago

Pytest is a popular method for writing Python code and is often taught to new Python developers. It is a testing framework that provides a more concise and user-friendly approach for writing tests than the unittest module that comes with python. Pytest focuses on simplicity, scalability, and ease of use, making it a preferred choice for most developers. Additionally, Pytest offers extensive plugin support, allowing you to customize and extend its functionality to meet your project's specific requirements.

I'll add another PR for pre-commit

pfehlinger commented 6 months ago

@Timfrazer Appreciate the changes, I confirmed pytest was working, refactored test files to be by model version, and fixed some of the test warning errors I was getting. Merging in.