Feature: Switch progress bar library to rich (#12169)

This commit is contained in:
Trenton H
2026-02-26 12:20:21 -08:00
committed by GitHub
parent e67e28a509
commit c30ee1ec03
20 changed files with 980 additions and 221 deletions
@@ -2,6 +2,7 @@ import os
from io import StringIO
from unittest import mock
import pytest
from django.contrib.auth.models import User
from django.core.management import call_command
from django.test import TestCase
@@ -9,6 +10,7 @@ from django.test import TestCase
from documents.tests.utils import DirectoriesMixin
@pytest.mark.management
class TestManageSuperUser(DirectoriesMixin, TestCase):
def call_command(self, environ):
out = StringIO()