Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The testing infrastructure works for all storage backends GnuCash supports.

To test against networked SQL databases, just spin up the database server, then tweak Config.cs accordingly. The testing infrastructure will create databases automatically, the created databases are prefixed with "netcash~".

Some test cases for PostgreSQL might fail, from my limited finding, GnuCash seems to not close database connections correctly for PostgreSQL when a session ends.