Skip to content

Commit

Permalink
remove details on execution from md
Browse files Browse the repository at this point in the history
Signed-off-by: David Wood <[email protected]>
  • Loading branch information
daw3rd committed Jan 22, 2025
1 parent 78a0f91 commit 994bf03
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions data-processing-lib/doc/transform-standalone-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Once the test class is defined you may run the test from your IDE or from the co
platform darwin -- Python 3.10.11, pytest-8.0.2, pluggy-1.4.0
rootdir: /Users/dawood/git/data-prep-kit/transforms/universal/noop
plugins: cov-4.1.0
collected 2 items
collected 2 items

test/test_noop.py .. [100%]

Expand All @@ -81,20 +81,8 @@ test/test_noop.py ..
Finally, the tests should be runnable with the `Makefile` as follows:
```shell
$ make test
source venv/bin/activate; \
export PYTHONPATH=..:.:$PYTHONPATH; \
cd test; pytest .
========================================================================================== test session starts ==========================================================================================
platform darwin -- Python 3.10.11, pytest-8.0.2, pluggy-1.4.0
rootdir: /Users/dawood/git/data-prep-kit/transforms/universal/noop/test
collected 3 items

test_noop.py .. [ 66%]
test_noop_launch.py . [100%]

========================================================================================== 3 passed in 17.15s ===========================================================================================
$
...
```
Note that the venv was activated for you as part of running the test.
Note that the venv was created and activated for you as part of running the test.


0 comments on commit 994bf03

Please sign in to comment.