Giter Site home page Giter Site logo

Comments (2)

calebbourg avatar calebbourg commented on May 27, 2024 1

Update on this:

  • I've added a very basic working integration test in 7bb6f78 using httpc-test. The testing crate works fine and is pretty easy to use.
  • I have been looking around for crates that provide an out-of-the-box mechanism for handling a database in test runs. If we decide that we want a live database for integration or unit testing we'd need a way to do the following:
    • create a new database
    • run migrations
    • and then seed, run tests, clear database potentially for each test and ideally within a database transaction.
    • drop database

No luck as of yet but we may need to build a mechanism for this out ourselves at some point if need be.

Extra resources just to note that I've found that might be useful so that we can deterministically define an order for database dependent tests to run while still maintaining the ability to run other tests in parallel.

https://crates.io/crates/serial_test

from refactor-platform-rs.

jhodapp avatar jhodapp commented on May 27, 2024

@calebbourg and I decided not to do definition of done #1 for this Issue: "Successfully seed a test database".

We decided to use a mock DB since this became a much larger task with the need to build a custom test harness.

from refactor-platform-rs.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.