jesserizzo / envoy_reader

MIT License
37 stars 26 forks source link

Add testing framework #19

Closed gtdiehl closed 3 years ago

gtdiehl commented 4 years ago

I am investigating a testing framework to do testing when changes are made to the envoy_reader module.

Currently I am writing tests using pytest. Not having any experience with testing frameworks is pytest okay? If so I can open a PR to merge in the tests I have created so far.

jesserizzo commented 4 years ago

I don't have any opinion regarding python testing frameworks, if that seems good then go for it.

dennisdegreef commented 4 years ago

If you want any help with this, I'd gladly help out. I'm not fluent with python perse, but I am with testing frameworks and methodologies from other languages.

gtdiehl commented 4 years ago

@dennisdegreef Great! I'll open a PR to merge in what I have created so far.

gtdiehl commented 3 years ago

Closing issue. We have a testing framework.