sailuh / kaiaulu

An R package for mining software repositories
http://itm0.shidler.hawaii.edu/kaiaulu
Mozilla Public License 2.0
18 stars 12 forks source link

Adding bugzilla wrapper functions unit tests #197

Closed nicoelee123 closed 1 year ago

nicoelee123 commented 1 year ago

Test cases download_bugzilla_perceval_traditional_issue_comments()

download_bugzilla_perceval_rest_issue_comments()

parse_bugzilla_perceval_traditional_issue_comments()

parse_bugzilla_perceval_rest_issue_comments()

nicoelee123 commented 1 year ago

@carlosparadis Hello, I'm just checking what are the last things that need to be done. Is resolving the conflicts all that's left? I also wanted to ask what's the best way to go about this, like is managing conflicts on the website best practice? Thank you

I'm currently resolving merge conflicts with the master on local machine before I push another commit

nicoelee123 commented 1 year ago

The commits from master are conflicting with the changes I pulled from Leilani's and Malia's branches of the functions. Since they are in master now, I think I'm going to try and reset back to before pulled their branches then just pull master and add my changes on top of that