Add the beginnings of unit test support for the Review Bot extension.

Review Request #12092 — Created Feb. 28, 2022 and submitted

Information

ReviewBot
release-3.0.x

Reviewers

This adds a basic test runner and TestCase class for building unit
tests for the Review Bot extension.

Currently, this uses nose, which is not really the direction we want to
go. However, we previously had some issues with getting pytest working
on Review Board 4/Python 2, so for now we're using nose, with the plan
to move to pytest in the future.

Tested with upcoming changes adding unit tests.

Summary ID
Add the beginnings of unit test support for the Review Bot extension.
This adds a basic test runner and `TestCase` class for building unit tests for the Review Bot extension. Currently, this uses nose, which is not really the direction we want to go. However, we previously had some issues with getting pytest working on Review Board 4/Python 2, so for now we're using nose, with the plan to move to pytest in Review Bot 4.
de79ef12dae0e72a0eb6628146c8075595c182b3
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (9ba39b2)
Loading...