Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Releases: bossjones/scarlett_os

Threadmanager, pytest, and fixes for mock/monkeypatch leaks.

21 May 14:55
Compare
Choose a tag to compare

Feature

threadmanager


This PR is a horrible convoluted set of changes, partially due to a regression in pytest-mock, pytest, and python 3.5.2. More info on the issue can be seen here: https://github.com/bossjones/reproduce_pytest_mock_issue_84

Seeing this issue has really highlighted the need to clean up the structure of the test repo promptly.

In the next PR will work on a top level conftest.py, and several folders for unit, intgr, performance, behavior, and regression testing. Then we can get rid of a lot of the duplicate code currently being used. From there, we can finally return to adding features to Scarlett.

Main point is, we got threadmanager in, tested it, got rid of a lot of old unittest code, move more over to pytest, and actually found a way to test some threading based classes.

Reordered-unittest: Splint things into folders based on type of test

21 May 19:31
Compare
Choose a tag to compare

Feature

.
β”œβ”€β”€ AUTHORS.rst
β”œβ”€β”€ Brewfile
β”œβ”€β”€ CONTRIBUTING.rst
β”œβ”€β”€ Dockerfile
β”œβ”€β”€ Dockerfile-mediagoblin
β”œβ”€β”€ Gemfile
β”œβ”€β”€ Gemfile.lock
β”œβ”€β”€ HISTORY.rst
β”œβ”€β”€ LICENSE
β”œβ”€β”€ MANIFEST.in
β”œβ”€β”€ Makefile
β”œβ”€β”€ README.rst
β”œβ”€β”€ _debug
β”‚Β Β  β”œβ”€β”€ generator-player-pipeline.png
β”‚Β Β  └── generator-player.dot
β”œβ”€β”€ assets
β”‚Β Β  β”œβ”€β”€ generator-listener-pipeline.png
β”‚Β Β  β”œβ”€β”€ generator-listener.dot
β”‚Β Β  β”œβ”€β”€ generator-player-pipeline.png
β”‚Β Β  └── generator-player.dot
β”œβ”€β”€ ci
β”‚Β Β  β”œβ”€β”€ build.yml
β”‚Β Β  β”œβ”€β”€ set_postactivate.sh
β”‚Β Β  β”œβ”€β”€ travis.sh
β”‚Β Β  β”œβ”€β”€ travis_bootstrap.sh
β”‚Β Β  β”œβ”€β”€ travis_debugging.md
β”‚Β Β  β”œβ”€β”€ travis_jhbuild.yml
β”‚Β Β  └── travis_source.sh
β”œβ”€β”€ config
β”‚Β Β  β”œβ”€β”€ configuration.yaml.example
β”‚Β Β  β”œβ”€β”€ custom_automations
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ example.py
β”‚Β Β  β”‚Β Β  └── hello_world.py
β”‚Β Β  └── custom_components
β”œβ”€β”€ container
β”‚Β Β  └── root
β”‚Β Β      β”œβ”€β”€ clean.sh
β”‚Β Β      β”œβ”€β”€ docker_entrypoint.sh
β”‚Β Β      β”œβ”€β”€ dotfiles
β”‚Β Β      └── etc
β”‚Β Β          └── services.d
β”‚Β Β              └── scarlett_os
β”‚Β Β                  β”œβ”€β”€ finish
β”‚Β Β                  └── run
β”œβ”€β”€ cookiecutter.json
β”œβ”€β”€ docker-anaconda.yml
β”œβ”€β”€ docker-compose-devtools.yml
β”œβ”€β”€ docker-compose-test-improved.yml
β”œβ”€β”€ docker-compose.test.yml
β”œβ”€β”€ docker-compose.yml
β”œβ”€β”€ docs
β”‚Β Β  β”œβ”€β”€ Makefile
β”‚Β Β  β”œβ”€β”€ authors.rst
β”‚Β Β  β”œβ”€β”€ conf.py
β”‚Β Β  β”œβ”€β”€ contributing.rst
β”‚Β Β  β”œβ”€β”€ history.rst
β”‚Β Β  β”œβ”€β”€ index.rst
β”‚Β Β  β”œβ”€β”€ installation.rst
β”‚Β Β  β”œβ”€β”€ make.bat
β”‚Β Β  β”œβ”€β”€ readme.rst
β”‚Β Β  └── usage.rst
β”œβ”€β”€ espeak-1.48.04-source.zip
β”œβ”€β”€ espeak_tmp.wav
β”œβ”€β”€ ess.zip
β”œβ”€β”€ example-cookiecutterrc.yaml
β”œβ”€β”€ fabfile.py
β”œβ”€β”€ fs-scarlett.sh
β”œβ”€β”€ gtk-osx-build-setup.sh
β”œβ”€β”€ gtk3-venv.sh
β”œβ”€β”€ keys
β”‚Β Β  β”œβ”€β”€ vagrant.pub
β”‚Β Β  └── vagrant_id_rsa
β”œβ”€β”€ listener.py.diff
β”œβ”€β”€ osx_virtualenv.sh
β”œβ”€β”€ pa.tgz
β”œβ”€β”€ pa_stable_v19_20140130.tgz
β”œβ”€β”€ postactivate
β”œβ”€β”€ postactivate_osx
β”œβ”€β”€ pylintrc
β”œβ”€β”€ pytestdebug.log
β”œβ”€β”€ release_checklist.md
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ requirements_dev.txt
β”œβ”€β”€ requirements_test.txt
β”œβ”€β”€ requirements_test_experimental.txt
β”œβ”€β”€ scarlett_os
β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”œβ”€β”€ __main__.py
β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ commands.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ compat.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ config.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ const.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ core.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ emitter.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ exceptions.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ listener.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ loader.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ mpris.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ player.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ speaker.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ subprocess.cpython-35.pyc
β”‚Β Β  β”‚Β Β  └── tasker.cpython-35.pyc
β”‚Β Β  β”œβ”€β”€ automations
β”‚Β Β  β”‚Β Β  └── __init__.py
β”‚Β Β  β”œβ”€β”€ commands.py
β”‚Β Β  β”œβ”€β”€ compat.py
β”‚Β Β  β”œβ”€β”€ config.py
β”‚Β Β  β”œβ”€β”€ const.py
β”‚Β Β  β”œβ”€β”€ core.py
β”‚Β Β  β”œβ”€β”€ emitter.py
β”‚Β Β  β”œβ”€β”€ exceptions.py
β”‚Β Β  β”œβ”€β”€ helpers
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ config_validation.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── entity.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ config_validation.py
β”‚Β Β  β”‚Β Β  └── entity.py
β”‚Β Β  β”œβ”€β”€ internal
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ debugger.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ deps.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ encoding.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ formatting.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ gi.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── path.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ debugger.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ deps.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ encoding.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ formatting.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ gi.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ path.py
β”‚Β Β  β”‚Β Β  └── system_utils.py
β”‚Β Β  β”œβ”€β”€ listener.py
β”‚Β Β  β”œβ”€β”€ loader.py
β”‚Β Β  β”œβ”€β”€ log.py
β”‚Β Β  β”œβ”€β”€ logger.py
β”‚Β Β  β”œβ”€β”€ mpris.py
β”‚Β Β  β”œβ”€β”€ player.py
β”‚Β Β  β”œβ”€β”€ receiver.py
β”‚Β Β  β”œβ”€β”€ scripts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── cli.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ cli.py
β”‚Β Β  β”‚Β Β  └── config.py
β”‚Β Β  β”œβ”€β”€ speaker.py
β”‚Β Β  β”œβ”€β”€ subprocess.py
β”‚Β Β  β”œβ”€β”€ tasker.py
β”‚Β Β  β”œβ”€β”€ tools
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ package.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── verify.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ package.py
β”‚Β Β  β”‚Β Β  └── verify.py
β”‚Β Β  └── utility
β”‚Β Β      β”œβ”€β”€ __init__.py
β”‚Β Β      β”œβ”€β”€ __pycache__
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ __init__.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ dbus_runner.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ dbus_utils.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ distance.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ dt.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ generators.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ gnome.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ location.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ temperature.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ thread.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ threadmanager.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ unit_system.cpython-35.pyc
β”‚Β Β      β”‚Β Β  └── yaml.cpython-35.pyc
β”‚Β Β      β”œβ”€β”€ audio.py
β”‚Β Β      β”œβ”€β”€ dbus_runner.py
β”‚Β Β      β”œβ”€β”€ dbus_utils.py
β”‚Β Β      β”œβ”€β”€ distance.py
β”‚Β Β      β”œβ”€β”€ dt.py
β”‚Β Β      β”œβ”€β”€ file.py
β”‚Β Β      β”œβ”€β”€ generators.py
β”‚Β Β      β”œβ”€β”€ gnome.py
β”‚Β Β      β”œβ”€β”€ location.py
β”‚Β Β      β”œβ”€β”€ temperature.py
β”‚Β Β      β”œβ”€β”€ thread.py
β”‚Β Β      β”œβ”€β”€ threadmanager.py
β”‚Β Β      β”œβ”€β”€ unit_system.py
β”‚Β Β      └── yaml.py
β”œβ”€β”€ scarlett_os.sublime-project
β”œβ”€β”€ scarlett_os_notes.md
β”œβ”€β”€ scripts
β”‚Β Β  β”œβ”€β”€ docker
β”‚Β Β  β”‚Β Β  └── exec-master
β”‚Β Β  β”œβ”€β”€ fix_pulse.sh
β”‚Β Β  β”œβ”€β”€ generate_sublime3_anaconda_config.sh
β”‚Β Β  β”œβ”€β”€ install_openssl_and_py_cryptography.sh
β”‚Β Β  β”œβ”€β”€ lint
β”‚Β Β  β”œβ”€β”€ mainloop_terminate_ctrl_c.py
β”‚Β Β  β”œβ”€β”€ pdbrc
β”‚Β Β  β”œβ”€β”€ pdbrc.py
β”‚Β Β  └── remove_non_utf8.sh
β”œβ”€β”€ setup.cfg
β”œβ”€β”€ setup.py
β”œβ”€β”€ src
β”‚Β Β  β”œβ”€β”€ pip-delete-this-directory.txt
β”‚Β Β  └── pytest-flakefinder
β”‚Β Β      β”œβ”€β”€ CHANGELOG.md
β”‚Β Β      β”œβ”€β”€ LICENSE
β”‚Β Β      β”œβ”€β”€ MANIFEST.in
β”‚Β Β      β”œβ”€β”€ README.rst
β”‚Β Β      β”œβ”€β”€ docs
β”‚Β Β      β”‚Β Β  └── index.md
β”‚Β Β      β”œβ”€β”€ mkdocs.yml
β”‚Β Β      β”œβ”€β”€ pytest_flakefinder.py
β”‚Β Β      β”œβ”€β”€ setup.cfg
β”‚Β Β      β”œβ”€β”€ setup.py
β”‚Β Β      β”œβ”€β”€ tests
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ conftest.py
β”‚Β Β      β”‚Β Β  └── test_flakefinder.py
β”‚Β Β      └── tox.ini
β”œβ”€β”€ static
β”‚Β Β  β”œβ”€β”€ noise.prof
β”‚Β Β  β”œβ”€β”€ sounds
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pi-cancel.2.wav
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pi-cancel.wav
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pi-listening.2.wav
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pi-listening.wav
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pi-loading.wav
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ pi-response.wav
β”‚Β Β  β”‚Β Β  └── pi-response2.wav
β”‚Β Β  └── speech
β”‚Β Β      β”œβ”€β”€ corpus
β”‚Β Β      β”‚Β Β  └── scarlett.corpus
β”‚Β Β      β”œβ”€β”€ dict
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 0104.dic
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 1473.dic
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 1602.dic
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 6404.dic
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 7219.dic
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 7254.dic
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 7597.dic
β”‚Β Β      β”‚Β Β  └── 7840.dic
β”‚Β Β      β”œβ”€β”€ grammer
β”‚Β Β      β”‚Β Β  └── scarlett.jsgf
β”‚Β Β      β”œβ”€β”€ hmm
β”‚Β Β      β”‚Β Β  └── en_US
β”‚Β Β      β”‚Β Β      └── hub4wsj_sc_8k
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ feat.params
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ mdef
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ means
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ noisedict
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ sendump
β”‚Β Β      β”‚Β Β          β”œβ”€β”€ transition_matrices
β”‚Β Β      β”‚Β Β          └── variances
β”‚Β Β      β”œβ”€β”€ http
β”‚Β Β      β”‚Β Β  └── hue_api_lights_resp.json
β”‚Β Β      β”œβ”€β”€ lm
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 0104.lm
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 1473.lm
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 1602.lm
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 6404.lm
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 7219.lm
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 7254.lm
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 7597.lm
β”‚Β Β      β”‚Β Β  └── 7840.lm
β”‚Β Β      β”œβ”€β”€ mp4
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ turn_lights_red.mp4
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ turn_on_the_lights.mp4
β”‚Β Β      β”‚Β Β  └── whats_the_weather.mp4
β”‚Β Β      β”œβ”€β”€ vocab
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 0104.vocab
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 1602.vocab
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 7219.vocab
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 7254.vocab
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ 7597.vocab
β”‚Β Β      β”‚Β Β  └── 7840.vocab
β”‚Β Β      └── wav
β”‚Β Β          └── turn_lights_red.wav
β”œβ”€β”€ tests
β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ common.cpython-35.pyc
β”‚Β Β  β”‚Β Β  └── conftest.cpython-35-PYTEST.pyc
β”‚Β Β  β”œβ”€β”€ common.py
β”‚Β Β  β”œβ”€β”€ common_integration.py
β”‚Β Β  β”œβ”€β”€ conftest.py
β”‚Β Β  β”œβ”€β”€ data
β”‚Β Β  β”‚Β Β  └── samples
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ fixture_scarlett-riff-little-endian-16bit-16kh-wave-file.wav
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ fixture_turn_lights_red-riff-little-endian-16bit-16kh-wave-file.wav
β”‚Β Β  β”‚Β Β      └── fixture_what_time_is_it-riff-little-endian-16bit-16kh-wave-file.wav
β”‚Β Β  β”œβ”€β”€ integrationtests
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ README.md
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __pycache__
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ baseclass.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ conftest.cpython-35-PYTEST.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ stubs.cpython-35.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_end_to_end.cpython-35-PYTEST.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_listener.cpython-35-PYTEST.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_mpris.cpython-35-PYTEST.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_player.cpython-35-PYTEST.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_tasker.cpython-35-PYTEST.pyc
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── test_integration_threadmanager.cpython-35-PYTEST.pyc
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ baseclass.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ stubs.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_end_to_end.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_listener.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_mpris.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_player.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_tasker.py
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ test_integration_tasker.py.enable_sound.diff
β”‚Β Β  β”‚Β Β  └── test_integration_threadmanager.py
β”‚Β Β  β”œβ”€β”€ performancetests
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ __init__.py
β”‚Β Β  β”‚Β Β  └── baseclass.py
β”‚Β Β  β”œβ”€β”€ run_all_tests
β”‚Β Β  β”œβ”€β”€ run_dbus_tests.sh
β”‚Β Β  β”œβ”€β”€ testing_config
β”‚Β Β  β”‚Β Β  └── custom_automations
β”‚Β Β  β”‚Β Β      β”œβ”€β”€ light
β”‚Β Β  β”‚Β Β      β”‚Β Β  └── test.py
β”‚Β Β  β”‚Β Β      └── switch
β”‚Β Β  β”‚Β Β          └── test.py
β”‚Β Β  β”œβ”€β”€ tools_common.py
β”‚Β Β  β”œβ”€β”€ unit_scarlett_os.py
β”‚Β Β  └── unittests
β”‚Β Β      β”œβ”€β”€ __init__.py
β”‚Β Β      β”œβ”€β”€ __pycache__
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ __init__.cpython-35.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ test_cli.cpython-35-PYTEST.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ test_commands.cpython-35-PYTEST.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ test_listener.cpython-35-PYTEST.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ test_mpris.cpython-35-PYTEST.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ test_player.cpython-35-PYTEST.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ test_scarlett_os.cpython-35-PYTEST.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ test_speaker.cpython-35-PYTEST.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ test_subprocess.cpython-35-PYTEST.pyc
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ test_tasker.cpython-35-PYTEST.pyc
β”‚Β Β      β”‚Β Β  └── test_threadmanager.cpython-35-PYTEST.pyc
β”‚Β Β      β”œ...
Read more

Initial Integration testing via pytest

28 Jan 18:16
Compare
Choose a tag to compare
Pre-release

Features

  • Integration testing
  • Dbus session service per Integration test, keeps things isolated and allows us to test signals/methods
  • Fixes to DEBUG environment variables
  • Slight refactoring to dbus calls
  • Attempting to delete more code we don't use
  • Better usage of pdb

Note from PR being closed

We still haven't 100% gotten to the real solid refactor work. This sprint ended up being related to integration testing since I started introducing regressions into scarlett's code by making simple changes. Going forward I want to add more to the end-to-end testing suite to make sure we really capture all things that happen and report back correctly when things are wrong, but this is a good starting point.

Main things we added, individual dbus instances per test via pytest fixtures. Allows us to interact directly with an isolated instance of dbus per test. It is very difficult to mock out the entire pydbus class, so this gives us some degree of integration between services.

Also added a new class that can be used by Scarlett service to interact with dbus directly. Will need to go through and fix up her code / get ride of repeating code.

Still pushing for a SOLID refactor, but will continue to take time as I wrap my head around concepts and get exposed to some of the better code out there. Merging.

TL;DR - There is still a lot of ugly things I'm doing, but I'm learning a shit ton in the process, and it will all pay off in the end.

basics

07 Jan 16:11
Compare
Choose a tag to compare
basics Pre-release
Pre-release

All components of scarlettOS work in this release, but the code is brittle and needs heavy refactoring.