Unit testing functions is tricky in certain situations because of the state stored in the Account and Session.
Leveraging named setups is the current approach, though it might be wiser to take a more naïve approach to testing. This will also depend on #24.
Unit testing functions is tricky in certain situations because of the state stored in the
AccountandSession.Leveraging named setups is the current approach, though it might be wiser to take a more naïve approach to testing. This will also depend on #24.