HTMLTestRunner3 - #17
Conversation
dash0002
commented
Jul 18, 2016
@anshumansingh229 Thanks for making this pull request. My current understanding is that @tungwaiyip would like to keep his branch as-is for support of python2 and therefore my branch supports python3. I think there's still a large pool of users for each so I wouldn't recommend having only one branch at this point. |
langner
commented
Jul 18, 2016
Why don't we make a shared repo to coordinate efforts? |
dash0002
commented
Jul 18, 2016
That sounds good to me, so instead of something related to myself or @tungwaiyip we'd just have two branches? One for python2 and one for python3? No strong opinion either way from my side. |
langner
commented
Jul 18, 2016
Or two separate repositories. |
dash0002
commented
Jul 18, 2016
From my perspective, that's what we have today. @tungwaiyip repo for python2 and @dash0002 repo for python3. Maybe, I'm missing the benefits of putting the repos together only to branch or separate the code bases (python 3 not being backward compatible with python 2) |
langner
commented
Jul 18, 2016
OK |
tungwaiyip
commented
Jul 18, 2016
removed the _ that was assigned but never used and the string slice is now remove by using datetime function
Reduce namespace pollution by only importing specific functions.
Rebased @eestrada 's changes on latest HTMLTestRunner version 3.
add skip testcase and cleanup the imports
Conflicts: CHANGELOG.md
Rebased @eestrada 's changes on latest HTMLTestRunner version 3.
add skip testcase and cleanup the imports
Rebased @dark-passenger's, @eestrada 's changes on latest HTMLTestRunner version 3.
No description provided.