KennethEnevoldsen / asent

Asent is a python library for performing efficient and transparent sentiment analysis using spaCy.

Home Page:https://kennethenevoldsen.github.io/asent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add type hint checks to test

KennethEnevoldsen opened this issue · comments

Automatically check if the argument type matches the type hint when running pytest.

This would be great for validating tests more, but after examining the internet I couldn't find a package for it. I will close this issue for now, but if anyone has any ideas feel free to let me know.