aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/tests
AgeCommit message (Expand)Author
2023-01-30Merge pull request #7713 from obsidiansystems/more-rapid-checkRobert Hensing
2023-01-29More property testsJohn Ericson
2023-01-29Allow unit test infra to be reused across libs' testsJohn Ericson
2023-01-20Fix url parsing for urls using `file+`Eric Wolf
2023-01-11Backport getLine tests from lazy-treesEelco Dolstra
2022-12-12Add CanonPath wrapper to represent canonicalized pathsEelco Dolstra
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
2022-08-03Fix NIX_COUNT_CALLS=1Eelco Dolstra
2022-05-04Fix the parsing of the sourcehut refs fileThéophane Hufschmitt
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-04-22Add some tests for ChunkedVectorThéophane Hufschmitt
2022-04-21Rename fmt test -> hilteEelco Dolstra
2022-04-21Fix fmt testEelco Dolstra
2022-04-08Allow empty path segments in urlsThéophane Hufschmitt
2022-03-07Add some tests for the suggestionsregnat
2022-03-03Factor out a `GcStore` interfaceJohn Ericson
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-01-21Add some tests for hiliteMatches in libutilFishhh
2022-01-18Get rid of std::shared_ptr<std::string> and ref<std::string>Eelco Dolstra
2021-12-01reproducibility: hide non-reproducible settings from manualArthur Gautier
2021-10-17Fix error detection in 'base64Decode()'Alexey Novikov
2021-09-14ANSI_YELLOW -> ANSI_WARNINGEelco Dolstra
2021-05-19Extract a generic `computeClosure` functionregnat
2021-04-22libutil: allow decompression with none/empty methodLuke Granger-Brown
2021-03-26Fix some typosEelco Dolstra
2021-03-16Fix Nix to properly work with stores using a scoped IPv6 addressMaximilian Bosch
2021-01-21Improve error formattingEelco Dolstra
2021-01-08Fix testsEelco Dolstra
2020-12-22Fix testsEelco Dolstra
2020-11-16filterANSIEscapes(): Handle UTF-8 charactersEelco Dolstra
2020-10-30Fix testEelco Dolstra
2020-10-15Add missing include for MAX_PATHJohn Ericson
2020-09-16fixup! Add a default value for the settingsregnat
2020-08-31Merge remote-tracking branch 'origin/master' into markdownEelco Dolstra
2020-08-25Fix testsEelco Dolstra
2020-08-24Fix testsEelco Dolstra
2020-07-26libutil/logging: extend `internal-json` logger to make it more machine-readableMaximilian Bosch
2020-07-06revamp trace code and testBen Burdette
2020-07-02move showTrace to new loggerSettingsBen Burdette
2020-07-01spacingBen Burdette
2020-07-01non-pos trace testBen Burdette
2020-06-30fix tests with the 'from string' changeBen Burdette
2020-06-30Merge branch 'master' into add-traceBen Burdette
2020-06-30invalid pos checkBen Burdette
2020-06-29showTrace flag in loggersBen Burdette
2020-06-25showTrace flag for ErrorInfo; showTrace test.Ben Burdette
2020-06-24add trace test; error formatting refinementsBen Burdette
2020-06-23use plain errPos instead of nixCode; fix testsBen Burdette
2020-06-23re-add Pos origin in testsBen Burdette
2020-06-22with normaltxt, elide yellow color code instead of canceling it; use normaltx...Ben Burdette