rust_rest_test 0.1.0

An executable that can be used to run "unit tests" on a rust api
rust_rest_test-0.1.0 is not a library.

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.