• 
      

    Add **kwargs parameter to create function in test case.

    Review Request #11716 — Created July 11, 2021 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    In test case, some create_*() functions does not have **kwargs parameter,
    and that restrict user to pass extra key-value pair arguments,
    adding **kwargs paramter can avoid that situation happen again.

    All 5657 tests are done, only 1 test related with not install pysvn has error.

    Commits

    Files