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

week 2 project #84

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Conversation

frankcholula
Copy link

@frankcholula frankcholula commented Nov 28, 2022

completed week2 project

gitpod /workspace/corise-dagster (flu/week-2-proj) $ make week_2_tests
======================================================================= test session starts =======================================================================
platform linux -- Python 3.8.13, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- /home/gitpod/.pyenv/versions/3.8.13/bin/python3
cachedir: .pytest_cache
rootdir: /workspace/corise-dagster, configfile: pytest.ini
plugins: pylama-8.4.1, anyio-3.6.1, cov-2.12.1
collected 10 items                                                                                                                                                

week_2/tests/test_answer.py::test_stock PASSED                                                                                                              [ 10%]
week_2/tests/test_answer.py::test_stock_class_method PASSED                                                                                                 [ 20%]
week_2/tests/test_answer.py::test_aggregation PASSED                                                                                                        [ 30%]
week_2/tests/test_answer.py::test_get_s3_data PASSED                                                                                                        [ 40%]
week_2/tests/test_answer.py::test_process_data PASSED                                                                                                       [ 50%]
week_2/tests/test_answer.py::test_put_redis_data PASSED                                                                                                     [ 60%]
week_2/tests/test_answer.py::test_put_s3_data PASSED                                                                                                        [ 70%]
week_2/tests/test_answer.py::test_week_2_pipeline PASSED                                                                                                    [ 80%]
week_2/tests/test_resources.py::test_s3_resource PASSED                                                                                                     [ 90%]
week_2/tests/test_resources.py::test_redis_resource PASSED                                                                                                  [100%]

======================================================================= 10 passed in 1.22s ========================================================================

challenge working with success and failure hooks.
image

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.

1 participant