Skip to content

Commit

Permalink
Merge pull request #18 from avilum/feature/new_cli_and_interactive_qu…
Browse files Browse the repository at this point in the history
…ickstart

Simplified README, removed unneeded files
  • Loading branch information
avilum authored Apr 9, 2023
2 parents b0c8b35 + 9afc963 commit 3d27973
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,21 @@ else
exit 1;
fi

# Lint and fix code styling
python3 -m ruff --fix .
doctoc
pre-commit
export PYTHONPATH=$(pwd):$PYTHONPATH

# Run tests with coverate
coverage run -m pytest tests
coverage report -m --skip-empty --omit="*/tests/*"

# Build docker
cd docker/
./build.sh


# Run unit tests inside container
# cd ..
# export KERNEL_VERSION=`docker run --rm -it alpine uname -r | cut -d'-' -f1`
Expand Down

0 comments on commit 3d27973

Please sign in to comment.