Automated Test in operation

Issue #223 new
Benjamin Cordes created an issue

Testing/QA of NuBot can happen on several layers:

  • Unit-Tests of static code
  • Test in operation

Test in operation would mean running the program in a staged environment. That is all the code is production like, but there is are no real transactions.

To (potentially) automate this process several steps are needed:

  • the ability to load test configuration in code
  • use test/simulated exchanges, i.e. a staging environment

While this feature can't be fully implemented at the moment, it's a good goal to keep in mind.

Comments (6)

  1. Log in to comment