File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
! .gitpod.yml
6
6
! .gitpod.Dockerfile
7
7
! bc.json
8
+ ! learn.json
8
9
! README.md
9
10
! README. * .md
10
11
15
16
__pycache__ /
16
17
.pytest_cache /
17
18
18
- ! /.breathecode
19
- /.breathecode /**
20
- ! /.breathecode /resets
21
- ! /.breathecode /resets /**
19
+ ! /.learn
20
+ /.learn /**
21
+ ! /.learn /resets
22
+ ! /.learn /resets /**
Original file line number Diff line number Diff line change 1
1
FROM gitpod/workspace-full:latest
2
2
USER gitpod
3
- RUN pip3 install pytest==4.4.2 pytest-testdox mock && npm i breathecode-cli@1.2.70 -g
3
+ RUN pip3 install pytest==4.4.2 pytest-testdox mock && npm i learnpack -g && learnpack plugins:install learnpack-python
Original file line number Diff line number Diff line change 1
1
{
2
2
"port" : 3000 ,
3
- "address" : " https://e7b8b802-2887-4ca3-96ae-81a2b89e5c9d .ws-us03.gitpod.io" ,
3
+ "address" : " https://a59821c5-aefc-458f-84bb-510905bccbff .ws-us03.gitpod.io" ,
4
4
"editor" : " gitpod" ,
5
5
"configPath" : {
6
6
"config" : " bc.json" ,
You can’t perform that action at this time.
0 commit comments