Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 752:7dce2aa22bbb find-refactoring
removed test_attachment_range for integration with default
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 16 Dec 2024 11:06:05 +0100 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4