mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
9c56ed1104
The hledger-web tests have been cleaned up and now allow more testing of command line options like (though still not everything). Note tests now run the app listening on its default host and port, 127.0.0.1 and 5000, instead of "any IPv4 or IPv6 hostname" and 3000. This would seem to mean hledger-web tests can conflict more with things running on port 5000, eg a normal hledger-web instance, but I haven't been able to reproduce it. |
||
---|---|---|
.. | ||
Hledger | ||
other/ledger-parse | ||
test | ||
Text | ||
.date.m4 | ||
.ghci | ||
.version | ||
.version.m4 | ||
CHANGES.md | ||
hledger-lib.cabal | ||
Hledger.hs | ||
LICENSE | ||
package.yaml | ||
README.md | ||
Setup.hs |
hledger-lib
A reusable library containing hledger's core functionality. This is used by most hledger* packages so that they support the same common file formats, command line options, reports etc.
See also: the project README and home page.