view PerfsDb/DbSize.py @ 398:9528e2a03d3c

adapt DICOMweb tests following fix of issue #196 (STOW-RS: Should return 200 only when successfully stored all instances)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 May 2021 18:59:08 +0200
parents df1f9946571c
children
line wrap: on
line source

from enum import Enum

class DbSize(Enum):
    Small = 1
    Large = 2
    Tiny = 3
    Medium = 4