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

Support parameters in callable mode #4

Merged
merged 14 commits into from
Aug 19, 2020
Merged

Conversation

rsalmei
Copy link
Owner

@rsalmei rsalmei commented Aug 19, 2020

Test session starts (platform: darwin, Python 3.7.6, pytest 5.3.5, pytest-sugar 0.9.2)
rootdir: /Users/rogerio/Documents/projects/about-time
plugins: sugar-0.9.2, xdist-1.31.0, forked-1.1.3, cov-2.8.1
collecting ...
 tests/test_about_time.py ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 75% ███████▌
                          ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓                                       100% ██████████

---------- coverage: platform darwin, python 3.7.6-final-0 -----------
Name                     Stmts   Miss Branch BrPart  Cover   Missing
--------------------------------------------------------------------
about_time/__init__.py       8      0      0      0   100%
about_time/core.py          78      0     22      0   100%
--------------------------------------------------------------------
TOTAL                       86      0     22      0   100%


Results (0.26s):
      79 passed

@rsalmei
Copy link
Owner Author

rsalmei commented Aug 19, 2020

nox > Running session tests-2.7
nox > Creating virtual environment (virtualenv) using python2.7 in .nox/tests-2-7
nox > pip install -r requirements/test.txt -e .
nox > pytest
Test session starts (platform: darwin, Python 2.7.17, pytest 4.6.11, pytest-sugar 0.9.4)
rootdir: /Users/rogerio/Documents/projects/about-time
plugins: sugar-0.9.4, cov-2.10.1
collecting ...
 tests/test_about_time.py ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 75% ███████▌
                          ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓                                       100% ██████████

Results (0.18s):
      79 passed
nox > Session tests-2.7 was successful.
nox > Running session tests-3.5
nox > Creating virtual environment (virtualenv) using python3.5 in .nox/tests-3-5
nox > pip install -r requirements/test.txt -e .
nox > pytest
Test session starts (platform: darwin, Python 3.5.9, pytest 6.0.1, pytest-sugar 0.9.4)
rootdir: /Users/rogerio/Documents/projects/about-time
plugins: sugar-0.9.4, cov-2.10.1
collecting ...
 tests/test_about_time.py ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 75% ███████▌
                          ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓                                       100% ██████████

Results (0.15s):
      79 passed
nox > Session tests-3.5 was successful.
nox > Running session tests-3.6
nox > Creating virtual environment (virtualenv) using python3.6 in .nox/tests-3-6
nox > pip install -r requirements/test.txt -e .
nox > pytest
Test session starts (platform: darwin, Python 3.6.10, pytest 6.0.1, pytest-sugar 0.9.4)
rootdir: /Users/rogerio/Documents/projects/about-time
plugins: sugar-0.9.4, cov-2.10.1
collecting ...
 tests/test_about_time.py ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 75% ███████▌
                          ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓                                       100% ██████████

Results (0.15s):
      79 passed
nox > Session tests-3.6 was successful.
nox > Running session tests-3.7
nox > Creating virtual environment (virtualenv) using python3.7 in .nox/tests-3-7
nox > pip install -r requirements/test.txt -e .
nox > pytest
Test session starts (platform: darwin, Python 3.7.6, pytest 6.0.1, pytest-sugar 0.9.4)
rootdir: /Users/rogerio/Documents/projects/about-time
plugins: sugar-0.9.4, cov-2.10.1
collecting ...
 tests/test_about_time.py ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 75% ███████▌
                          ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓                                       100% ██████████

Results (0.20s):
      79 passed
nox > Session tests-3.7 was successful.
nox > Running session tests-3.8
nox > Creating virtual environment (virtualenv) using python3.8 in .nox/tests-3-8
nox > pip install -r requirements/test.txt -e .
nox > pytest
Test session starts (platform: darwin, Python 3.8.2, pytest 6.0.1, pytest-sugar 0.9.4)
rootdir: /Users/rogerio/Documents/projects/about-time
plugins: sugar-0.9.4, cov-2.10.1
collecting ...
 tests/test_about_time.py ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 75% ███████▌
                          ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓                                       100% ██████████

Results (0.19s):
      79 passed
nox > Session tests-3.8 was successful.
nox > Running session tests-3.9
nox > Creating virtual environment (virtualenv) using python3.9 in .nox/tests-3-9
nox > pip install -r requirements/test.txt -e .
nox > pytest
Test session starts (platform: darwin, Python 3.9.0, pytest 6.0.1, pytest-sugar 0.9.4)
rootdir: /Users/rogerio/Documents/projects/about-time
plugins: sugar-0.9.4, cov-2.10.1
collecting ...
 tests/test_about_time.py ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 75% ███████▌
                          ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓                                       100% ██████████

Results (0.28s):
      79 passed
nox > Session tests-3.9 was successful.
nox > Running session tests-3.10
nox > Creating virtual environment (virtualenv) using python3 in .nox/tests-3-10
nox > pip install -r requirements/test.txt -e .
nox > pytest
Test session starts (platform: darwin, Python 3.7.6, pytest 6.0.1, pytest-sugar 0.9.4)
rootdir: /Users/rogerio/Documents/projects/about-time
plugins: sugar-0.9.4, cov-2.10.1
collecting ...
 tests/test_about_time.py ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓ 75% ███████▌
                          ✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓✓                                       100% ██████████

Results (0.16s):
      79 passed
nox > Session tests-3.10 was successful.
nox > Ran multiple sessions:
nox > * tests-2.7: success
nox > * tests-3.5: success
nox > * tests-3.6: success
nox > * tests-3.7: success
nox > * tests-3.8: success
nox > * tests-3.9: success
nox > * tests-3.10: success

@rsalmei rsalmei merged commit 77ccc9a into master Aug 19, 2020
@rsalmei rsalmei deleted the rsa-support-args-callable-mode branch August 19, 2020 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant