Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add skill.json, resolve failing tests #9

Merged
merged 14 commits into from
Oct 10, 2023

Conversation

mikejgray
Copy link
Contributor

No description provided.

@mikejgray
Copy link
Contributor Author

The failing test was introduced here. Working on getting it right again - not sure the translation is working properly.

@mikejgray
Copy link
Contributor Author

Test passes locally on 3.10, but it looks like something in 3.7 is not happy with it...

@mikejgray
Copy link
Contributor Author

❯ pytest
=================================================================== test session starts ====================================================================
platform darwin -- Python 3.7.17, pytest-7.4.2, pluggy-1.2.0
rootdir: /Users/Mike/Documents/coding/VoiceAssistants/skill-icanhazdadjokes
plugins: cov-4.1.0
collected 8 items                                                                                                                                          

tests/test_joking.py ........                                                                                                                        [100%]

===================================================================== warnings summary =====================================================================
.venv/lib/python3.7/site-packages/pyee/__init__.py:41
tests/test_joking.py::TestSkill::test_chuck_norris_joke
  /Users/Mike/Documents/coding/VoiceAssistants/skill-icanhazdadjokes/.venv/lib/python3.7/site-packages/pyee/__init__.py:41: DeprecationWarning: pyee.BaseEventEmitter is deprecated and will be removed in a future major version; you should instead use pyee.EventEmitter.
    "pyee.BaseEventEmitter is deprecated and will be removed in a "

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================================================== 8 passed, 2 warnings in 1.94s ===============================================================

@codecov
Copy link

codecov bot commented Oct 10, 2023

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@mikejgray mikejgray changed the title fix: add skill.json fix: add skill.json, resolve failing tests Oct 10, 2023
@JarbasAl JarbasAl merged commit 963b4b2 into OpenVoiceOS:dev Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants