fcavallarin / htcap

htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.
GNU General Public License v2.0
610 stars 114 forks source link

Migrate htcap to python 3 #15

Closed GuilloOme closed 7 years ago

GuilloOme commented 7 years ago

I wanted to integrate htcap in one of my docker container and all the rest of my code is in Python 3.

Aside my own usage, here is the advantage to migrate to python 3:

GuilloOme commented 7 years ago

I started a new branch in our fork to give it a try: https://github.com/delvelabs/htcap/tree/migrate-to-python3

GuilloOme commented 7 years ago

I spend the all yesterday working on migrating the code to python 3… And it's a matter of fact, without any unit test, it will be a nightmare to test to validate the migrated version of the application.

To conclude, I think the requirement for a migration will be having at least 80% of the code covered by unit test.

Closing the issue…