mopidy/tests
Thomas Adamcik 09027854c6 validation: Reject iterators as core arguments
iter() always never re-wraps an iterator, so 'iter(i) is iter(i)' tests if we
wrapped a container or if we already had an iterator. I also tried
types.GeneratorType and inspect helpers but they did not work for this use
case.
2015-04-17 00:05:46 +02:00
..
audio Merge branch 'v1.0.x' into develop 2015-04-13 08:19:14 +02:00
backend autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
config autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
core core: Fix review comments for PR#1111 2015-04-08 23:13:07 +02:00
data tests: Cleanup find tests to use tempfile all over. 2014-10-15 23:45:27 +02:00
http autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
local core: Validate core API calls 2015-04-14 23:45:56 +02:00
m3u autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
models models: Fix review comments 2015-04-12 16:03:51 +02:00
mpd mpd: Update tests to use setters and actual booleans 2015-04-13 00:16:09 +02:00
stream flake8: Fix new import order warnings 2015-04-12 23:03:46 +02:00
utils validation: Reject iterators as core arguments 2015-04-17 00:05:46 +02:00
__init__.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
dummy_audio.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
dummy_backend.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
dummy_mixer.py Allow 'none' as audio.mixer value 2015-03-10 00:26:22 +01:00
test_commands.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_exceptions.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_ext.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_help.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_mixer.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00
test_version.py autopep8: Add space after class signature/docstring 2015-04-03 00:05:26 +02:00