When filtering with status=Closed, both Closed and Merged pull requests were returned. Now status=Closed returns only closed PRs and status=Merged returns only merged ones.
Added more pull requests to the dev-data.py. (So I could test it on something.)
Fixed the mistake of pr status flag in dev-data.pyand the import in query.py (for some reason it was failing for me)
When filtering with
status=Closed, both Closed and Merged pull requests were returned. Nowstatus=Closedreturns only closed PRs andstatus=Mergedreturns only merged ones.Added more pull requests to the
dev-data.py. (So I could test it on something.)Fixed the mistake of pr status flag in
dev-data.pyand the import inquery.py(for some reason it was failing for me)