mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
removed flake8 import from unit tests
fixed superscript unit tests Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
1265eba415
commit
52fae5f2bf
1
.github/workflows/ut-analysis.yml
vendored
1
.github/workflows/ut-analysis.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install flake8 pytest
|
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
working-directory: ${{ env.working-directory }}
|
working-directory: ${{ env.working-directory }}
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
|
1
.github/workflows/ut-superscript.yml
vendored
1
.github/workflows/ut-superscript.yml
vendored
@ -29,7 +29,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install flake8 pytest
|
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
working-directory: ${{ env.working-directory }}
|
working-directory: ${{ env.working-directory }}
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
|
1
data-analysis/unit-tests.py
Normal file
1
data-analysis/unit-tests.py
Normal file
@ -0,0 +1 @@
|
|||||||
|
assert 1 == 1
|
Loading…
Reference in New Issue
Block a user