Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf71839f

Browse files
CI checks codestyle (flake8) (#6)
1 parent16b7930 commitf71839f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎run_tests3.sh‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ rm -rf $VENV_PATH
1010
python -m venv"${VENV_PATH}"
1111
export VIRTUAL_ENV_DISABLE_PROMPT=1
1212
source"${VENV_PATH}/bin/activate"
13-
pip install pytest pytest-xdist
13+
pip installflake8pytest pytest-xdist
1414

15+
# Codestyle is checked
16+
flake8
17+
18+
# Functional is tested
1519
python -m pytest -l -v -n 4
1620

1721
set +eux

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp