Add unit tests for cookies base on abarth/http-state github repo

- Add unit tests
- Add a mach command to update cookie's unit tests
This commit is contained in:
Florian Duraffourg 2016-05-17 10:13:26 +02:00
parent c193af8c32
commit 8b9b36454c
4 changed files with 2124 additions and 0 deletions

View file

@ -20,6 +20,7 @@ extern crate util;
#[cfg(test)] mod chrome_loader;
#[cfg(test)] mod cookie;
#[cfg(test)] mod cookie_http_state;
#[cfg(test)] mod data_loader;
#[cfg(test)] mod file_loader;
#[cfg(test)] mod fetch;