summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-10-02Double quotes inside backticks do not start a substringAlexander Batischev
2019-10-02Ignore escaped pound charactersAlexander Batischev
2019-10-02Test how tokenize_quoted treats pound signAlexander Batischev
2019-10-02Test how backticks inside double quotes workAlexander Batischev
2019-10-02Test how evaluate_backtick() deals with unbalanced backticksAlexander Batischev
2019-10-02Ignore # chars inside double quotes and backticksAlexander Batischev
2019-09-12Merge pull request #643 from SeanBE/port-historyAlexander Batischev
2019-09-12complete test coverage for saving/loading historyseanBE
2019-09-09Merge pull request #639 from newsboat/bugfix/621-opml-memleakAlexander Batischev
2019-09-06Free libxml2 doc in testsAlexander Batischev
2019-09-06Improve RegexManager test coverageAlexander Batischev
2019-09-06Give mock Matchable in Matcher tests a unique nameAlexander Batischev
2019-08-21Add FFI bindings to Rust implementation of ConfigPathsAlexander Batischev
2019-08-21Fix incorrect setup of one ConfigPaths testAlexander Batischev
2019-08-21Port ConfigPaths tests to RustAlexander Batischev
2019-08-03Fix C++ strprintf tests on i686 (#555)Alexander Batischev
2019-07-30Merge pull request #592 from newsboat/feature/improve-feedcontainer-coverageAlexander Batischev
2019-07-30Merge pull request #590 from Penguin-Guru/masterAlexander Batischev
2019-07-29Merge branch 'RomeuG-save-all-articles'Alexander Batischev
2019-07-27Improve FeedContainer test coverageAlexander Batischev
2019-07-27Add tests for new FeedContainer methodsAlexander Batischev
2019-07-27Rephrase test descriptionAlexander Batischev
2019-07-23Try to fix CIRomeu Vieira
2019-07-19fixup! Strip comments before the backticks are evaluatedJan “Khardix” Staněk
2019-07-19Strip comments before the backticks are evaluatedJan Staněk
2019-07-14Fix warning about ignored return valueRaphael Nestler
2019-07-14Add more tests for utils::getcwdRaphael Nestler
2019-07-14Add Chdir to TestHelpersRaphael Nestler
2019-07-11Always acquire RssFeed::mtx and RssItem::item_mutex in the same orderAlexander Batischev
2019-07-11Tests: use utils::getcwd() instead of rolling our ownAlexander Batischev
2019-07-11TestHelpers::Chmod: halt if `chmod` failedAlexander Batischev
2019-06-29Document why XDG data dir is not created in some testsAlexander Batischev
2019-06-29Always check return code of mkdir{,_parents} in testsAlexander Batischev
2019-06-29Fix a typo, drop unnecessary SECTIONAlexander Batischev
2019-06-29If using sections, put leaf REQUIREs into themAlexander Batischev
2019-06-18Make tests pass for OP_SAVEALLAlexander Batischev
2019-06-12Merge pull request #543 from newsboat/bugfix/542-out-of-bounds-access-in-rs09...Alexander Batischev
2019-06-09Fix out-of-bounds access on empty author tag in RSS 0.9xAlexander Batischev
2019-06-06Fix use-after-free in EnvVar testsAlexander Batischev
2019-05-27Split `readinfofile` into import and export halvesAlexander Batischev
2019-05-27Add FFI bindings for CliArgsParserAlexander Batischev
2019-05-27Turn CliArgsParser fields into gettersAlexander Batischev
2019-05-26Add a suffix to the cache lock fileAlexander Batischev
2019-05-26Re-implement CliArgsParser in RustAlexander Batischev
2019-05-19Add missing tags to testsAlexander Batischev
2019-05-19`using namespace newsboat` in testsAlexander Batischev
2019-05-19First line of test `#include`s the class under testAlexander Batischev
2019-05-19Move RssFeed and RssIgnores into separate filesAlexander Batischev
2019-05-19Move RssFeed into a separate fileAlexander Batischev
2019-05-19Move Matchable into a separate fileAlexander Batischev