Fix running Subversion unit tests.

Review Request #12146 — Created March 14, 2022 and submitted

Information

Review Board
release-5.0.x

Reviewers

Recent changes to the test runner setup ended up causing Subversion unit
tests to fail to run. The __test__ = False on the common test class
was respected, but carried through to the subclasses, preventing any
PySVN or Subvertpy tests from running.

This sets __test__ = True on both subclasses, allowing them to run
again.

Ran the Subversion unit tests. Verified they could now be run.

Summary ID
Fix running Subversion unit tests.
Recent changes to the test runner setup ended up causing Subversion unit tests to fail to run. The `__test__ = False` on the common test class was respected, but carried through to the subclasses, preventing any PySVN or Subvertpy tests from running. This sets `__test__ = True` on both subclasses, allowing them to run again.
cc0ee62784d16f9218585f5f9c05146e062fa423
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (6fb0d55)
Loading...