Add unit tests for Config Forms, and fix a 404 error.

Review Request #9624 — Created Feb. 12, 2018 and submitted

Information

Djblets
master
c61d001...

Reviewers

This introduces a series of Python unit tests for ConfigPage,
ConfigPagesView, and ConfigPage, covering the initial states, HTTP
responses, and basic functionality. These will help catch regressions
and help with porting to newer versions of Django.

It also fixes a Http404 that was being returned instead of raised.

Unit tests pass.

david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (43c1b98)
Loading...