rethinkpriorities / squigglepy

Squiggle programming language for intuitive probabilistic estimation features in Python
MIT License
63 stars 8 forks source link

Integrations test should be part of the pytest suite #40

Open agucova opened 1 year ago

agucova commented 1 year ago

We should reimplement the tests in integration.py to run under pytest using pytest-regressions and pytest-benchmark. We also need to add markers to these tests to be able to run it only on certain environments.

peterhurford commented 10 months ago

related to https://github.com/rethinkpriorities/squigglepy/issues/33