robotparser-rs/tests
Laurent Arnoud df49f6bcf0
Error handling (#24)
* Add test when url is invalid and panic

* Initial error handling

ref https://github.com/messense/robotparser-rs/issues/22

* Rename ErrorKind::HttpClient => ErrorKind::Http

* Implement std::error::Error and rename to Error
2020-03-08 20:33:34 +08:00
..
test_lib.rs Switch to https for urls (#23) 2020-03-02 15:20:44 +08:00
test_reqwest_async.rs Error handling (#24) 2020-03-08 20:33:34 +08:00
test_reqwest_blocking.rs Error handling (#24) 2020-03-08 20:33:34 +08:00
test_warnings.rs Switch to https for urls (#23) 2020-03-02 15:20:44 +08:00