File: do_test.sh

package info (click to toggle)
python-timeago 1.0.16%2Bgit20220818.46d23e7-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 444 kB
  • sloc: python: 3,070; javascript: 16; makefile: 2; sh: 1
file content (6 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash

python test/testcase.py

# flake8 --format=pylint --max-line-length=120 --ignore=F403 --builtins=_ \
# $(find src/timeago/ -name "*.py" -print)