rust_rest_test

Crates.iorust_rest_test
lib.rsrust_rest_test
version0.1.1
sourcesrc
created_at2019-04-22 01:14:28.596417
updated_at2019-04-22 11:42:26.951201
descriptionAn executable that can be used to run "unit tests" on a rust api
homepagehttps://github.com/darddan/rust_rest_test
repositoryhttps://github.com/darddan/rust_rest_test
max_upload_size
id129404
size59,030
Dardan (darddan)

documentation

README

Rust Rest Test

Four-day project used for personal project testing.

Error handling is bad. Not efficient. Maybe not useful at all.

Missing/Wrong

  • Code needs to be refactored
    • Repeated code in all parsers
    • Token trait is not needed
    • Error handling is awful, especially in parsers
  • When there are Expectations on empty responses an error should be shown
  • Host and test directory should be configured/passed as parameter
  • Code should be documented
  • More Json testers must be implemented

There is also a lot of other problems that I've not written down but exist in the project.

Commit count: 0

cargo fmt