File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11tasks :
2- - init : ' echo "TODO: Replace with init/build command"'
3- command : ' echo "TODO: Replace with command to start project"'
2+ - init : |
3+ echo "Gitpod init. Setting up peerjs-python dev environment."
4+ pip3 install -e ./src
5+ command: |
6+ pyenv global system
7+ echo "Started peerjs-python development environment."
8+ echo "To run the peerjs-python testsuite use:"
9+ echo "python3 -m pytest --cov=peerjs --cov-report=term tests/"
Original file line number Diff line number Diff line change 1+ {
2+ "python.pythonPath" : " /home/gitpod/.pyenv/versions/3.8.7/bin/python"
3+ }
File renamed without changes.
Original file line number Diff line number Diff line change 11"""Test configuration functions."""
22
3- # Placeholder for now
4-
3+ from peerjs .ext import http_proxy
54
65def test_noop ():
76 """Test nothing. Just a placeholder for now."""
87 assert True
8+
You can’t perform that action at this time.
0 commit comments