thekid / dialog

Dialog photoblog
2 stars 1 forks source link

Migrate to new testing library #53

Closed thekid closed 1 year ago

thekid commented 1 year ago

See https://github.com/xp-framework/rfc/issues/344 and https://github.com/xp-framework/test. Mostly migrated automatically, needed a small change for the integration tests, see https://github.com/xp-framework/test/issues/2 (add #[Args])

Timing

Before

Tests:       70 passed
Memory used: 4653.14 kB (4706.05 kB peak)
Time taken:  0.087 seconds

After

Test cases:  70 succeeded
Memory used: 4538.74 kB (4596.54 kB peak)
Time taken:  0.086 seconds (0.458 seconds overall)