Skip to content

Commit

Permalink
Future improvements: Refactor test suite!
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Oct 25, 2016
1 parent eee898b commit 12083cc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit 12083cc

Please sign in to comment.