Rob Carrington
Results
2
issues of
Rob Carrington
Hi, and thanks for taking the time to create this package! A recent update to the selectize.js library changed the way the HTML elements are organized for selectize inputs (more...
Steps to reproduce: ``` virtualenv -p python3.6 test_dummy_env source test_dummy_env/bin/activate pip install pytest-server-fixtures redis ``` ```python # testit.py def test_it(redis_server): redis_server.api.set('key', 1) assert redis_server.api.get('key') == 1 ``` ``` $ pytest...
question