From 60b8ecaf2afb874b733c1c61be26da68df51d989 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 May 2023 10:46:20 +0200 Subject: Adding upstream version 1.6.4. Signed-off-by: Daniel Baumann --- scripts/flake8.sh | 3 +++ scripts/testing.sh | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100755 scripts/flake8.sh create mode 100755 scripts/testing.sh (limited to 'scripts') diff --git a/scripts/flake8.sh b/scripts/flake8.sh new file mode 100755 index 0000000..b93226d --- /dev/null +++ b/scripts/flake8.sh @@ -0,0 +1,3 @@ +#!/bin/bash +flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics +flake8 . --count --max-line-length=127 --exclude docs/source/conf.py --statistics diff --git a/scripts/testing.sh b/scripts/testing.sh new file mode 100755 index 0000000..28f70e2 --- /dev/null +++ b/scripts/testing.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +nosetests --with-coverage --cover-package=treelib \ + --cover-erase --cover-tests \ + -d --all-modules \ + tests -- cgit v1.2.3