Network Testing

From Qt Wiki
Revision as of 13:29, 8 October 2018 by EdwardWelbourne (talk | contribs) (Create stub page for Ryan to fill in.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

We can now test networking code using local containers to run the test servers one needs. This shall make it possible for all contributors to test changes to network code. For the moment, all existing network test code runs against a test server that's not easy to set up. The container-based solution shall launch itself transparently on make check, provided the relevant infrastructure is available.

Over to you Ryan ;-)