JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
85 stars 3 forks source link

Add more tests for context #307

Closed JSAbrahams closed 2 years ago

JSAbrahams commented 2 years ago

Summary of current issue

Codecov does revael that we have very few tests for the context. While it does implicitly work, as we start to expand it it would be nice to verify that the basic functionality works as intended in separate tests. This would save us the time of searching for a needle in a haystack later down the line.

Proposed change

Add tests to the context to verify that signatures are converted to functions as one would expect.