Move test fixtures out of conftest.py

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

david
Review Board
release-6.x
reviewboard

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
Move test fixtures out of conftest.py
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)
     
     

    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: Closed (submitted)

Change Summary:

Pushed to release-6.x (7d9e0ee)
Loading...