diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..d1efe633f37eef535c4d0068db6a2b77e32a3192 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +This plugin will add 'Sent-At' header with timestamp in perf_counter format to request headers. diff --git a/setup.cfg b/setup.cfg index a279c74798770e070ac2469948d3359842748d92..d12c4ff068f7f17b3626d817557cdb66b9589226 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ exclude = [options.entry_points] tavern_http = - timeit = tavern_time_request.tavernhook:TavernTimeRequestPlugin + time_request = tavern_time_request.tavernhook:TavernTimeRequestPlugin [bdist_wheel] universal = 1