Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 70b90ed

Browse files
committed
switched to learnpack
1 parent db26c2f commit 70b90ed

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
!.gitpod.yml
66
!.gitpod.Dockerfile
77
!bc.json
8+
!learn.json
89
!README.md
910
!README.*.md
1011

@@ -15,7 +16,7 @@
1516
__pycache__/
1617
.pytest_cache/
1718

18-
!/.breathecode
19-
/.breathecode/**
20-
!/.breathecode/resets
21-
!/.breathecode/resets/**
19+
!/.learn
20+
/.learn/**
21+
!/.learn/resets
22+
!/.learn/resets/**

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
FROM gitpod/workspace-full:latest
22
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

bc.json renamed to learn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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",
44
"editor": "gitpod",
55
"configPath": {
66
"config": "bc.json",

0 commit comments

Comments
 (0)