From 12083cc1976a32baa81c2871efb9eda2561b94fa Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Wed, 26 Oct 2016 01:23:35 +0200 Subject: [PATCH] Future improvements: Refactor test suite! --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 8e75b16..62fdcb7 100644 --- a/README.rst +++ b/README.rst @@ -307,6 +307,16 @@ of these improvements, I'm just thinking out loud ;-). and Mercurial_ repositories. To be honest I'm not sure this is worth the effort, I find myself working with Bazaar repositories less and less. +**Refactor test suite** + The test suite started out based on clones of external repositories, simply + because I lacked the means to create new repositories and make new commits yet + needed repositories with existing commits to test against. + + Since then I never revisited this structure and the test suite has become a + tangled mess of methods being called in the right order, dependent on each + other's side effects. I should definitely revisit this and attempt to isolate + all of these tests into separate test methods that don't depend on each other. + Known issues ------------