summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-14Update README.yarn about ASSUMINGLars Wirzenius1-1/+1
2013-07-14Implement ASSUMINGLars Wirzenius6-26/+93
2013-07-14Add --verbose option for wall-of-text outputLars Wirzenius2-15/+49
2013-07-14Update README.yarn so it matches reality betterLars Wirzenius1-49/+46
I now know of nothing that's inaccurate, but we'll see.
2013-07-06Merge branch 'liw/yarn-snapshots'Lars Wirzenius3-2/+129
2013-07-06Update NEWS about --snapshot and --testdirLars Wirzenius1-0/+3
2013-07-06Implement --snapshotLars Wirzenius2-27/+97
2013-07-06Add --tempdir optionLars Wirzenius1-1/+14
2013-07-06Add test case for snapshottingLars Wirzenius1-0/+41
2013-07-04Merge branch 'liw/selected-tests'Lars Wirzenius3-3/+47
2013-07-04Clarify NEWS items are about yarnLars Wirzenius1-3/+4
2013-07-04Add --run to NEWSLars Wirzenius1-0/+1
2013-07-04Run selected tests onlyLars Wirzenius2-1/+43
2013-07-04Merge branch 'finally'Lars Wirzenius3-4/+39
2013-07-04Update NEWS about FINALLY in manpageLars Wirzenius1-0/+1
2013-07-04Add FINALLY to manpage, plus fixesLars Wirzenius1-3/+11
2013-07-04Add missin .fi to manpageLars Wirzenius1-1/+1
2013-07-04Add test case for FINALLYLars Wirzenius1-0/+26
2013-07-04Merge branch 'shlib'Lars Wirzenius6-6/+75
2013-07-04Update NEWS about --shell-libraryLars Wirzenius1-0/+2
2013-07-04Add example of --shell-library to manpageLars Wirzenius1-0/+10
2013-07-04Add --shell-libraryLars Wirzenius4-6/+63
2013-07-01Fix capture of warning now it goes to stderrLars Wirzenius1-1/+1
2013-06-24Write "no code block" warnings to stderrLars Wirzenius1-1/+1
Reported-by: Daniel Silverstone
2013-06-24Fix returning of current file's code blocksLars Wirzenius1-1/+1
Forgot to return the parse_string value, resulting in the parse_file caller getting None, resulting in a "no code blocks" warning for every file. Reported-by: Daniel Silverstone
2013-06-24Show warnings to stdout for files missing code blocksLars Wirzenius1-1/+3
2013-06-24Merge branch 'liw/yarn-no-act'Lars Wirzenius2-7/+44
2013-06-24Add -n and -q optionsLars Wirzenius2-7/+44
2013-06-23Update NEWS about yarn empty warningsLars Wirzenius1-3/+6
2013-06-23Merge branch 'liw/warn-if-empty-input'Lars Wirzenius4-4/+20
2013-06-23Add warning when an input file has no scenario code blocksLars Wirzenius2-1/+13
2013-06-23Make MarkdownParser return the blocks for each fileLars Wirzenius2-3/+7
2013-06-23Merge branch 'liw/multiple-input-files'Lars Wirzenius7-3/+46
2013-06-23Update NEWSLars Wirzenius1-0/+7
2013-06-23Add test for yarn and multiple input filesLars Wirzenius4-2/+29
2013-06-23Allow MarkdownParser to parse multiple filesLars Wirzenius2-1/+10
Reported-by: Daniel Silverstone
2013-06-21Prepare release version 0.8.3cmdtest-0.8.3Lars Wirzenius3-1/+12
2013-06-21Fix installation of yarnlibLars Wirzenius1-1/+2
Oh dear, how awful distutils is.
2013-06-21Prepare release 0.8.2cmdtest-0.8.2Lars Wirzenius3-1/+12
2013-06-20Install the damn yarnlib as wellLars Wirzenius1-1/+1
I should _really_ not have tried a manual install. Leaves dropping everywhere when you try to remove.
2013-06-20Release version 0.8.1cmdtest-0.8.1Lars Wirzenius3-1/+12
2013-06-20Update manual page for yarn with more detailsLars Wirzenius1-1/+5
2013-06-20Install yarnLars Wirzenius1-2/+2
Oops.
2013-06-19Prepare release version 0.8cmdtest-0.8Lars Wirzenius3-3/+10
2013-06-19Switch to "scenario testing"Lars Wirzenius13-134/+142
2013-06-15Prepare release version 0.7cmdtest-0.7Lars Wirzenius3-3/+10
2013-06-15Fix missing variable name in setup.pyLars Wirzenius1-1/+1
2013-06-15Fix test suite on squeezeLars Wirzenius1-5/+20
Debian squeeze has version 2.0 of python-markdown, which does not support the API yarnlib is using to extract code blocks from the Markdown story files. We skip the unit tests if the right version of python-markdown is not available. This is sub-optimal on squeeze since it skips unit tests for cmdtestlib as well, but it's good enough, especially since squeeze is no longer the current Debian release, and I'll be dropping squeeze support in any case in a few months.
2013-06-14Mention yarn on package descriptionLars Wirzenius1-0/+2
2013-06-14Add build-dep on python-markdownLars Wirzenius1-2/+2