Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
5 changes: 4 additions & 1 deletion .txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ Win:
adapter_env\Scripts\activate
python3 -m pip install pytest

Mac:
Mac install:
python3 -m pip install --user virtualenv
python3 -m venv adapter_env
source adapter_env/bin/activate
pip install pytest
pytest

Mac running tests:
source adapter_env/bin/activate
pytest

Run tests
pytest
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
Binary file added adapter_env/.DS_Store
Binary file not shown.
Loading