APrioriInvestments / typed_python

An llvm-based framework for generating and calling into high-performance native code from Python.
Apache License 2.0
198 stars 8 forks source link

Move tests to dedicated directory #447

Open wllgrnt opened 1 year ago

wllgrnt commented 1 year ago

There are philosophical reasons you might not wish to do this, but it is more standard for python packages and has advantages e.g in not packaging the tests - if we take this approach, this is what needs to change to make it so.

How Has This Been Tested?

pytest

Types of changes

Checklist: