econ-ark / HARK

Heterogenous Agents Resources & toolKit
Apache License 2.0
315 stars 195 forks source link

Should pytest be a requirement? #1418

Closed Mv77 closed 3 weeks ago

Mv77 commented 3 weeks ago

The current test files import pytest, but pytest is not installed with hark. I wonder if it should be.

Do we consider the tests part of the package? If so, we should add pytest as a requirement.

alanlujan91 commented 3 weeks ago

pytest is a development requirement, not a HARK requirement

https://github.com/econ-ark/HARK/blob/master/requirements/dev.txt

Mv77 commented 3 weeks ago

Cool, thanks. Closing

Mv77 commented 3 weeks ago

I am not a smart man