Skip to content

Commit

Permalink
Merge pull request #115 from ibehave-ibots/src-code-move
Browse files Browse the repository at this point in the history
Src-code-move
  • Loading branch information
sangeethankumar committed Dec 12, 2023
2 parents 9d1e2d4 + 8442d33 commit b41f995
Show file tree
Hide file tree
Showing 111 changed files with 8 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-scoreboard-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- name: Install dependencies
run: |
cd commit-scoreboard
cd src/commit-scoreboard
python -m pip install --upgrade pip
pip install pytest behave hypothesis
pip install -r requirements.txt
- name: Test with behave
run: |
cd commit-scoreboard
cd src/commit-scoreboard
behave
- name: Test with pytest
run: |
cd commit-scoreboard
cd src/commit-scoreboard
python -m pytest
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
cd workshop-registration
cd src/workshop-registration
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -r requirements.txt
Expand All @@ -30,7 +30,7 @@ jobs:
TEST_GROUP_ID: ${{ secrets.ZOOM_GROUP_ID }}
TEST_USER_ID: ${{ secrets.ZOOM_USER_ID }}
run: |
cd workshop-registration
cd src/workshop-registration
python -m pytest
- name: Test with behave
env:
Expand All @@ -40,9 +40,9 @@ jobs:
TEST_GROUP_ID: ${{ secrets.ZOOM_GROUP_ID }}
TEST_USER_ID: ${{ secrets.ZOOM_USER_ID }}
run: |
cd workshop-registration
cd src/workshop-registration
behave
- name: Test with mypy
run: |
cd workshop-registration
cd src/workshop-registration
mypy .
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def create_app(env_file: Optional[str] = None, presenter: str = "option1") -> Ap

args = parser.parse_args()

app = create_app(presenter=args.presenter)
app = create_app()

if args.command == "list_upcoming_workshops":
app.list_upcoming_workshops()
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def get_attendees(access_token: str, meeting_id: str) -> List[ZoomAttendee]:
except:
print('problem with sesion_uuid:')
print(session_idx, session_uuid)
print (single_encoded_url, double_encoded_url)
print(url)
return zoom_attendees

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b41f995

Please sign in to comment.