Skip to content

Instantly share code, notes, and snippets.

@flamusdiu
Created July 22, 2022 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flamusdiu/780c8311ff65edc49a60fdfe05c6ccc6 to your computer and use it in GitHub Desktop.
Save flamusdiu/780c8311ff65edc49a60fdfe05c6ccc6 to your computer and use it in GitHub Desktop.
Output of tx for XLEAPP
(xleapp-zH2MT1UP-py3.9) PS C:\Users\<user>\Documents\repos\xleapp-project\xleapp> tox tests
tests inst-nodeps: C:\Users\<user>\Documents\repos\xleapp-project\xleapp\.tox\.tmp\package\1\xleapp-0.2.1.tar.gz
tests installed: atomicwrites==1.4.1,attrs==21.4.0,certifi==2022.6.15,charset-normalizer==2.1.0,colorama==0.4.5,coverage==6.4.Jinja2==3.1.2,MarkupSafe==2.1.1,packaging==21.3,platformdirs==2.5.2,pluggy==1.0.0,prettytable==3.3.0,py==1.11.0,pyparsing==3.0ytest-dependency==0.5.1,pytest-mock==3.8.2,python-magic-bin==0.4.14,PyYAML==6.0,requests==2.28.1,simplekml==1.3.6,six==1.16.0,wcwidth==0.2.5,wrapt==1.14.1,xleapp @ file:///C:/Users/Jesse/Documents/repos/xleapp-project/xleapp/.tox/.tmp/package/1/xleapp-
tests run-test-pre: PYTHONHASHSEED='206'
tests run-test: commands[0] | pytest -vv '--cov=C:\Users\<user>\Documents\repos\xleapp-project\xleapp\.tox\tests\Lib\site-packa
========================================================================================= test session starts ================
platform win32 -- Python 3.9.8, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 -- C:\Users\<user>\Documents\repos\xleapp-project\xleapp\
cachedir: .tox\tests\.pytest_cache
rootdir: C:\Users\<user>\Documents\repos\xleapp-project\xleapp, configfile: pyproject.toml, testpaths: tests
plugins: cov-2.12.1, dependency-0.5.1, mock-3.8.2
collected 21 items
<snipped>
----------- coverage: platform win32, python 3.9.8-final-0 -----------
Coverage HTML written to dir htmlcov
Coverage XML written to file coverage.xml
======================================================================================= short test summary info ==============
<snipped>
========================================================================= 10 passed, 7 skipped, 1 xfailed, 3 xpassed in 2.13s
lint inst-nodeps: C:\Users\<user>\Documents\repos\xleapp-project\xleapp\.tox\.tmp\package\1\xleapp-0.2.1.tar.gz
lint installed: attrs==21.4.0,bandit==1.7.4,black==22.6.0,click==8.1.3,colorama==0.4.5,darglint==1.8.1,entrypoints==0.4,eradic-builtins==1.5.3,flake8-commas==2.1.0,flake8-comprehensions==3.10.0,flake8-docstrings==1.6.0,flake8-eradicate==1.2.1,flake8-is1,flake8-variables-names==0.0.5,flakeheaven==2.0.0,gitdb==4.0.9,GitPython==3.1.27,isort==5.10.1,Jinja2==3.1.2,MarkupSafe==2.1.ng==0.13.1,platformdirs==2.5.2,prettytable==3.3.0,pycodestyle==2.8.0,pydocstyle==6.1.1,pyflakes==2.4.0,Pygments==2.12.0,PySimp5.0.0,snowballstemmer==2.2.0,stevedore==4.0.0,testfixtures==6.18.5,toml==0.10.2,tomli==2.0.1,types-Jinja2==2.11.9,types-Markup,wcwidth==0.2.5,wrapt==1.14.1,xleapp @ file:///C:/Users/Jesse/Documents/repos/xleapp-project/xleapp/.tox/.tmp/package/1/xleapp
lint run-test-pre: PYTHONHASHSEED='206'
lint run-test: commands[0] | black -S src/
All done! ✨ 🍰 ✨
38 files left unchanged.
lint run-test: commands[1] | flakeheaven lint src/
<snipped>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment