dev: web: start also tracking manual hledger-web tests

related: #1932
This commit is contained in:
Simon Michael 2022-09-14 08:29:07 -10:00
parent 07cb6bdc80
commit 5094596042

View File

@ -0,0 +1,8 @@
* hledger-web extra tests
Additional, manual tests for hledger-web.
These should be moved to the automated test suite when possible
(Hledger/Web/Test.hs, `stack test hledger-web`).
** hledger-web -f/dev/null, a, submit a transaction: should succeed
Adding to a single file, with no file field showing in the add form, should work. (#1932)