From: Jeremy Stanley Date: Tue, 28 Mar 2017 02:21:39 +0000 (+0000) Subject: Add a suitable test config for the daemon X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=d010b522dacb1a2dd3ae29a09529cc2919635b56;hp=d010b522dacb1a2dd3ae29a09529cc2919635b56;p=mudpy.git Add a suitable test config for the daemon In service of more repeatable testing and improved feature coverage, include a test fixture for a version of the normal sample configuration with some additional non-default features enabled and some settings tuned to values which make testing easier/faster (not recommended for production use): * allow "testuser" to automatically be an admin when created * enable data backup copies but keep only 3 when rotating * turn on file-backed logging * background the daemon process once initialized * write a pidfile * inject status updates into logs every 25 ticks * save and rotate datafiles every 5 ticks ---