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

Update README with how-to information #3

Merged
merged 2 commits into from
Mar 13, 2023
Merged

Update README with how-to information #3

merged 2 commits into from
Mar 13, 2023

Conversation

michplunkett
Copy link
Owner

@michplunkett michplunkett commented Mar 13, 2023

Describe your changes

Filled in the last bit of how-to information.

Non-obvious technical information

N/A

Checklist before requesting a review

  • The code runs successfully.
(poetry-python-project-py3.11) michaelp@MacBook-Air-3 python_project_template % make lint
pylint project/ test/

------------------------------------
Your code has been rated at 10.00/10

(poetry-python-project-py3.11) michaelp@MacBook-Air-3 python_project_template % make format
black project/ test/
All done! ✨ 🍰 ✨
4 files left unchanged.
(poetry-python-project-py3.11) michaelp@MacBook-Air-3 python_project_template % make test
pytest -vs test/
=========================================================================== test session starts ===========================================================================
platform darwin -- Python 3.10.9, pytest-7.2.0, pluggy-1.0.0 -- /opt/homebrew/opt/python@3.10/bin/python3.10
cachedir: .pytest_cache
rootdir: /Users/michaelp/Documents/GitHub/python_project_template
collected 1 item                                                                                                                                                          

test/test_example.py::test_example PASSED

============================================================================ 1 passed in 0.00s ============================================================================
(poetry-python-project-py3.11) michaelp@MacBook-Air-3 python_project_template % make run
python -m project
oh, what up?
(poetry-python-project-py3.11) michaelp@MacBook-Air-3 python_project_template % 

@michplunkett michplunkett self-assigned this Mar 13, 2023
@michplunkett michplunkett merged commit 70ad2c4 into main Mar 13, 2023
@michplunkett michplunkett deleted the last_update branch March 13, 2023 19:31
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