hypertrace / pythonagent

Hypertrace Python agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reorganize unit tests

jcchavezs opened this issue · comments

Currently unit tests are next to the files it runs the assertions against to. I am not 100% sure this is idiomatic in python and certainly, security tools report the usage of assertions unsafe. We should follow what is idiomatic for python.

Ping @shril

Looking into this @jcchavezs