vidur-88 / org_top_repo_committers

This is for getting m top repos of any organization and top committees of that repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org_top_repo_committers

This is for getting m number of top repos of any organization and n number of top committees of each repos

Run this app

  • first install all requirements

    pip install -r requirement.txt

  • Then run

    python __init__.py <org_name> <num_top_repo> <num_of_committees>

  • Run test cases

    lettuce tests/

  • Changing in test cases

    You can change the test cases, file: test/features/org_repo_services_test.feature Add your test cases in examples contents:

      |  org        |  num_top_repos   |  num_of_committees  |  result_org     |  result_num_top_repo  |
      |  microsoft  |     3            |      4              |   microsoft     |       3               |
      |  google     |     5            |      2              |   google        |       5               |
    

__init__.py result screenshot: init_result

Test cases report screenshot test case report

About

This is for getting m top repos of any organization and top committees of that repos


Languages

Language:Python 90.2%Language:Gherkin 9.8%