Move test fixtures out of conftest.py

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

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.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
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
f1bf6b6ee9a287e4288ff315ca3a1ab83b5661e2 David Trowbridge
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 David Trowbridge
conftest.py
reviewboard/testing/fixtures.py
reviewboard/testing/pytest_fixtures.py
Loading...