Tyler Karaszewski
Tyler Karaszewski
This change adds an (optional) name to a `TestFixture`. This allows you to create a `TestFixture` as such: ``` MyTest() : tpunit::TestFixture(BEFORE_CLASS(MyTest::setup), TEST(MyTest::testMyThing), AFTER_CLASS(StripeTest::tearDown)) { NAME(MyTest); } ``` And then...
### Details ### Fixed Issues Fixes GH_LINK ### Tests _________ **Internal Testing Reminder:** when changing bedrock, please compile auth against your new changes
### Details ### Fixed Issues Fixes GH_LINK ### Tests _________ **Internal Testing Reminder:** when changing bedrock, please compile auth against your new changes
### Details Currently ([6aa3d6f](https://github.com/Expensify/Bedrock/pull/1597/commits/6aa3d6fdad43163ca398d80086d244035ef23910)) This will reserve journal tables even if we have a different conflict on subsequent attempts after a single conflict on a journal table It seems to...
### Details This shouldn't fix anything but the code should allegedly be "safer" than the HC-tree branch. ### Fixed Issues Fixes? not sure ### Tests Just the existing tests.
### Details ### Fixed Issues Fixes GH_LINK ### Tests _________ **Internal Testing Reminder:** when changing bedrock, please compile auth against your new changes
Reverts Expensify/Bedrock#1807
### Details ### Fixed Issues Fixes GH_LINK ### Tests _________ **Internal Testing Reminder:** when changing bedrock, please compile auth against your new changes