• 
      

    Move test fixtures out of conftest.py

    Review Request #13076 — Created May 30, 2023 and submitted

    Information

    Review Board
    release-6.x

    Reviewers

    In order to enable extensions to make use of pytest, we need our test
    fixtures to be importable outside of the reviewboard source tree. This
    change moves them into their own file and loads them from conftest.py

    Ran unit tests.

    Summary ID
    Move test fixtures out of conftest.py
    In order to enable extensions to make use of pytest, we need our test fixtures to be importable outside of the reviewboard source tree. This change moves them into their own file and loads them from conftest.py Testing Done: Ran unit tests
    6b8e723d1086f0c3cec89eb40a228c126db53631
    Description From Last Updated

    Can we call this module pytest_fixtures, to differentiate from Django fixtures?

    chipx86chipx86
    chipx86
    1. 
        
    2. conftest.py (Diff revision 1)
       
       
      Show all issues

      Can we call this module pytest_fixtures, to differentiate from Django fixtures?

    3. 
        
    david
    maubin
    1. Ship It!
    2. 
        
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-6.x (7d9e0ee)