summaryrefslogtreecommitdiff
path: root/check
AgeCommit message (Expand)AuthorFilesLines
2021-11-15test: disable formatting check with blackLars Wirzenius1-1/+1
2021-11-15test: disable (some) flake8 formatting checksLars Wirzenius1-2/+4
2021-10-13check: Add support for newer pandoc without pandoc-citeprocDaniel Silverstone1-0/+9
2021-08-14test: query Cargo for its target directoryLars Wirzenius1-1/+23
2021-07-31test: sleep for a second before running docgenLars Wirzenius1-0/+15
2021-06-16test: have ./check tail the test.py log file on failureLars Wirzenius1-4/+20
2021-05-30test(check): write subplot outputs to ./test-outputsLars Wirzenius1-12/+40
2021-05-28check: Rework to run all the subplotlib tests at onceDaniel Silverstone1-3/+8
2021-05-28check: Also check the doctests in subplotlibDaniel Silverstone1-0/+3
2021-04-13build: check environment for tooling ./check needs, first thingLars Wirzenius1-1/+25
2021-04-12Merge branch 'check-no-clean-on-success' into 'main'Daniel Silverstone1-2/+0
2021-04-12build: don't delete generated test program and its log fileLars Wirzenius1-2/+0
2021-04-09check: Update to use subplot binaryDaniel Silverstone1-4/+6
2021-03-11test: add a --strict option to ./check to forbid compiler warningsLars Wirzenius1-3/+11
2021-02-18refactor: rewrite check in Python as check.pyLars Wirzenius1-113/+284
2021-01-10check: Cope with non-embedded resources by passing --resources to docgenDaniel Silverstone1-1/+1
2021-01-10resources: Move lib/* to share/python/lib/Daniel Silverstone1-2/+2
2021-01-10resources: Rearrange share/ structure ready for lib importDaniel Silverstone1-3/+3
2021-01-10resource: Switch from 'templates' to 'share'Daniel Silverstone1-4/+4
2020-12-21check: Check subplotlibDaniel Silverstone1-3/+24
2020-12-20test: run test program with --log, if PythonLars Wirzenius1-2/+9
2020-12-10check: Use cargo fmt instead of rustfmt directlyDaniel Silverstone1-1/+1
2020-12-02test: use shellcheck to check most shell codeLars Wirzenius1-1/+7
2020-10-05test: lint lib/*.py in ./checkLars Wirzenius1-1/+1
2020-09-23test: verify lib/ subplots as wellLars Wirzenius1-1/+1
2020-09-04test(check): run unit tests, flake8 on Python template helpersLars Wirzenius1-0/+15
2020-08-19fix: check to not treat CONTRIBUTING.md as a subplotLars Wirzenius1-1/+1
2020-05-16test: check that all Python code is formatted with blackLars Wirzenius1-0/+6
2020-05-02Change: ./check to be quiet by defaultLars Wirzenius1-7/+30
2020-01-12Change: make ./check be more verbose and also build all targetsLars Wirzenius1-2/+3
2020-01-12Add: explicit OK message to end of checkLars Wirzenius1-0/+2
2020-01-10Fix: check only runs clippy if it's availableLars Wirzenius1-1/+4
2020-01-10Change: run ./check in Debian package buildLars Wirzenius1-1/+4
2020-01-10Change: format docs in ./checkLars Wirzenius1-8/+12
2020-01-10Add: script to test all examplesLars Wirzenius1-0/+22