mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-04 03:03:48 +01:00
Many test cases will need to run on a clean, initialized dao-setup; we do not want call dao-setup.gradle tasks from Java. For now, every JUnit test case will refresh the dao-setup data in @BeforeClass, but @AfterClass will not clean out the dao-setup files. We want to be able to look at bitcoin-core and bisq app data & log files after a test. Given the difficulty of refreshing dao-setup files using Java, I took a short cut and used the apitest.linux pkg's BashCommand to replace dao-setup files. Some bitcoin.conf and blocknotify configuratation logic was also moved from ApiTestConfig to Scaffold in this commit. |
||
---|---|---|
.. | ||
scripts | ||
src/main | ||
dao-setup.gradle |