Skip to content

Commit

Permalink
Trying to add frontend tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Feb 7, 2024
1 parent c7cd0ef commit 4bb5ae2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/run_frontend_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Run frontend tests

on: [pull_request]

jobs:
drive:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
- run: flutter frontend/test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run the tests
name: Run server tests

on: [pull_request]

Expand Down
5 changes: 5 additions & 0 deletions server/tests/test_common_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
from lokomat_fes.nidaq.data import NiDaqData
from lokomat_fes.rehastim.data import RehastimData, Channel

# Print current working directory to the console
print("coucou")
print(os.getcwd())
print("coucou")


def test_data_creation():
data = Data()
Expand Down

0 comments on commit 4bb5ae2

Please sign in to comment.