xmr-btc-swap/swap/tests
Thomas Eizinger c01cccb288
Use tracing-log feature flag instead of manual initialization
This also formats `log` events more nicely. Instead of

```
Mar 29 09:46:16.775  INFO log: Found message after comparing 82 lines log.target="testcontainers::core::wait_for_message" log.module_path="testcontainers::core::wait_for_message" log.file="/home/thomas/.cargo/registry/src/github.com-1ecc6299db9ec823/testcontainers-0.12.0/src/core/wait_for_message.rs" log.line=35
```

We now have

```
Mar 29 09:57:15.860  INFO testcontainers::core::wait_for_message: Found message after comparing 81 lines
```
2021-03-29 12:15:50 +11:00
..
testutils Use tracing-log feature flag instead of manual initialization 2021-03-29 12:15:50 +11:00
bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force.rs Merge #307 2021-03-17 05:10:50 +00:00
bob_refunds_using_cancel_and_refund_command_timelock_not_expired.rs Merge #307 2021-03-17 05:10:50 +00:00
bob_refunds_using_cancel_and_refund_command.rs Alice sweeps refunded funds into default wallet 2021-03-18 17:59:48 +11:00
happy_path_restart_bob_after_xmr_locked.rs Buffer transfer proof if we are not connected to Bob 2021-03-24 15:17:54 +11:00
happy_path_restart_bob_before_xmr_locked.rs Buffer transfer proof if we are not connected to Bob 2021-03-24 15:17:54 +11:00
happy_path.rs Alice spawns swaps outside the event loop 2021-03-16 18:31:46 +11:00
punish.rs Re-introduce punish test 2021-03-16 18:34:00 +11:00