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 1 project #79

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

Conversation

frankcholula
Copy link

@frankcholula frankcholula commented Nov 23, 2022

finished week 1 proj.

gitpod /workspace/corise-dagster (flu/week-1-proj) $ make week_1_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 11 items / 4 deselected / 7 selected                                                                                                                                     

week_1/tests/test_answer.py::test_stock PASSED                                                                                                                               [ 14%]
week_1/tests/test_answer.py::test_stock_class_method PASSED                                                                                                                  [ 28%]
week_1/tests/test_answer.py::test_aggregation PASSED                                                                                                                         [ 42%]
week_1/tests/test_answer.py::test_get_s3_data PASSED                                                                                                                         [ 57%]
week_1/tests/test_answer.py::test_process_data PASSED                                                                                                                        [ 71%]
week_1/tests/test_answer.py::test_put_redis_data PASSED                                                                                                                      [ 85%]
week_1/tests/test_answer.py::test_job PASSED           

image

week 1 challenge test result.

gitpod /workspace/corise-dagster (flu/week-1-proj) $ make week_1_challenge_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 11 items                                                                                                                                                                 

week_1/tests/test_answer.py::test_stock PASSED                                                                                                                               [  9%]
week_1/tests/test_answer.py::test_stock_class_method PASSED                                                                                                                  [ 18%]
week_1/tests/test_answer.py::test_aggregation PASSED                                                                                                                         [ 27%]
week_1/tests/test_answer.py::test_get_s3_data PASSED                                                                                                                         [ 36%]
week_1/tests/test_answer.py::test_get_s3_data_empty PASSED                                                                                                                   [ 45%]
week_1/tests/test_answer.py::test_process_data PASSED                                                                                                                        [ 54%]
week_1/tests/test_answer.py::test_put_redis_data PASSED                                                                                                                      [ 63%]
week_1/tests/test_answer.py::test_job PASSED                                                                                                                                 [ 72%]
week_1/tests/test_answer.py::test_empty_stock_notify PASSED                                                                                                                  [ 81%]
week_1/tests/test_answer.py::test_job_challenge PASSED                                                                                                                       [ 90%]
week_1/tests/test_answer.py::test_job_challenge_empty PASSED                                                                                                                 [100%]

================================================================================ 11 passed in 1.15s ================================================================================

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