Skip to content

Commit

Permalink
update README with example output
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Nov 25, 2023
1 parent 0779ca4 commit cc11690
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,15 @@ The extension arguments are:
- `--interpreter-per` Defaults to `session` (also the only option at the moment).

```console
pytest tests/test_simple.py
$ pytest tests/test_simple.py
============================================================================== test session starts ===============================================================================
platform darwin -- Python 3.13.0a1+, pytest-7.4.3, pluggy-1.3.0
rootdir: /Users/anthonyshaw/projects/pytest-subinterpreter
plugins: subinterpreter-0.0.0
collected 1 item

tests/test_simple.py . [100%]

=============================================================================== 1 passed in 0.02s ================================================================================

```

0 comments on commit cc11690

Please sign in to comment.