You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
imaginAIry/tests/test_config.py

7 lines
186 B
Python

from imaginairy import config
from imaginairy.samplers import SAMPLER_TYPE_OPTIONS
def test_sampler_options():
assert set(config.SAMPLER_TYPE_OPTIONS) == set(SAMPLER_TYPE_OPTIONS)