paulc / dnslib

A Python library to encode/decode DNS wire-format packets
https://github.com/paulc/dnslib
BSD 2-Clause "Simplified" License
295 stars 84 forks source link

automated testing? #12

Closed noci2012 closed 3 years ago

noci2012 commented 4 years ago

Is automated testing feasable? That would verifying if the library works in various python versions simpler i guess.

It is one of the hurdles to keep it in gentoo. Ref: https://bugs.gentoo.org/show_bug.cgi?id=718762

paulc commented 4 years ago

There is already an automated testing script which tests against multiple versions of python (see run_tests.sh)

Also if you look in .github/workflows/test.yml there is a set of automated CI tests which run on each commit (essentially the same as run_tests.sh)

noci2012 commented 4 years ago

thanks, i added it to the gentoo bugzilla.