buildkite / test-collector-python

Python adapter for Buildkite Test Analytics
https://buildkite.com/test-analytics
MIT License
6 stars 5 forks source link

PIE-435: Fix Collector String interpolation #15

Closed KatieWright26 closed 1 year ago

KatieWright26 commented 1 year ago
{"buildkite-test_collector"=>79,
 "js-buildkite-test-collector"=>58,
 "test-collector-buildkite-plugin"=>52,
 "rspec-buildkite"=>5,
 nil=>94,
 "python-{COLLECTOR_NAME}"=>4, <----- 💥 rage 💥
 "test-collector-swift"=>2,
 "js-integration"=>1}

Discovered that string interpolation involves a 'f' special key and double quotes in python.