summaryrefslogtreecommitdiff
path: root/check
AgeCommit message (Expand)AuthorFilesLines
2024-02-25fix(check): run cargo build with --offlineLars Wirzenius1-1/+4
2024-01-07check: When --strict, do not pass --mercifulDaniel Silverstone1-17/+19
2023-12-01tests: generate library docs for share/**/*.yaml in ./checkLars Wirzenius1-1/+38
2023-10-09fix: verify that we generate correct HTMLLars Wirzenius1-1/+4
2023-09-08tests: don't run website example in --offline modeLars Wirzenius1-1/+2
2023-07-20feat(check): allow offline testsLars Wirzenius1-2/+8
2023-04-24tests: don't check formatting or clippy in MSRV CI jobLars Wirzenius1-4/+8
2023-04-08fix(check): drop check for which version of Pandoc we haveLars Wirzenius1-13/+0
2023-02-14feat! drop support for producing PDF outputLars Wirzenius1-2/+0
2022-09-06feat! read document metadata from a YAML fileLars Wirzenius1-16/+16
2022-04-10feat! treat warnings as errors by defaultLars Wirzenius1-0/+1
2022-04-10fix: check capturing stderr of cargo, mixing it with stdoutLars Wirzenius1-2/+5
2022-03-29docs: document need for rustfmt, have ./check look for itLars Wirzenius1-0/+1
2022-03-26(check): Deliberately pick unpleasant TZ for testingDaniel Silverstone1-1/+3
2022-02-19(check): Determine and use the first template when running docgenDaniel Silverstone1-3/+8
2022-01-13fix: set TZ in ./checkLars Wirzenius1-1/+1
2022-01-01check: Cope with polyglot documentsDaniel Silverstone1-34/+37
2021-12-11fix: check for whether clippy is installedLars Wirzenius1-1/+5
2021-11-27refactor: ./check runs cargo build/test/etc, for the whole workspaceLars Wirzenius1-22/+16
2021-11-27refactor: use build.rs for testing subplotlib subplotsLars Wirzenius1-21/+0
2021-11-22fix: tell cargo to be quiet, when running "subplot metadata"Lars Wirzenius1-0/+1
2021-11-19check: Reimplement get_template() for polyglot documentsDaniel Silverstone1-14/+25
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