Skip to content

Commit

Permalink
. d updated run commands
Browse files Browse the repository at this point in the history
missing dependencies for self-test #152

Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
4dsherwood and isidore committed Dec 6, 2023
1 parent 67c2f6e commit 64c40e8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
# begin-snippet: install_prereqs
python -m pip install --upgrade pip
pip install tox
pip install pytest
pip install pytest
# end-snippet
- name: Test
run: |
# begin-snippet: run_tests
tox -e py # Run tox using the version of Python in `PATH`
# end-snippet
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,14 @@ The best way to contribute is to [join our weekly mob/ensemble](./docs/Contribut

Pull requests are welcomed, particularly those accompanied by automated tests.

To run the self-tests, install pytest and tox, then execute
To run the self-tests:
#### 1. setup

python -m tox
snippet: install_prereqs

#### 2. run

snippet: run_tests

This will run the self-tests on several python versions. We support python 3.8 and above.

Expand Down
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ notes:
Possible problem:
we have linked the Execute command and the _____
when you run it
there is the part oabout how to execute
there is the part about how to execute
and there is ANOTHER part
that shows you the specific command that you ar trying to verify
it is not obvious how they are used
REALIZATION:
Executatlbe command class is an Executable COmmand class and
_____ (put it in the chat Lev)

QUESTIO
QUESTION
How to connect a Jetbrains product to a remote workspace.
5. Mr job - need to be able to test against more than one line in a file.
1. PR to mobti.me to make ding the default
Expand Down

0 comments on commit 64c40e8

Please sign in to comment.