savrov
09/22/2021, 11:05 PMJoffrey
09/22/2021, 11:08 PM.class
file. Maybe the OS doesn't support that name length? (that, or maybe an actual permission issue?)ephemient
09/22/2021, 11:18 PMJoffrey
09/22/2021, 11:20 PMsavrov
09/22/2021, 11:20 PMPaul Griffith
09/22/2021, 11:35 PMephemient
09/23/2021, 2:16 AMthanksforallthefish
09/23/2021, 7:14 AMgiven("a single resource with both data sources") {
`when`("always read policy"){
and("query query from single resource from local data source failed") {
//you get the gist
}
}
}
https://github.com/kotest/kotest/blob/master/doc/styles.md#behavior-spec
the level of nesting would depend on which scenarios you are testing, it could help with reusability of code as well. might help you with this long complex and descriptive approach