mu: move mu/mu/tests, lib/tests one level up

Makes it easier to generator code-coverage reports
This commit is contained in:
Dirk-Jan C. Binnema
2020-01-01 15:41:49 +02:00
parent 0f98fbec2d
commit 80c5e25b08
125 changed files with 325 additions and 768 deletions

View File

@ -0,0 +1,7 @@
From: foo@example.com
To: bar@example.com
Subject: cycle0
Message-Id: <cycle0@msg.id>
Date: Tue, 21 Jun 2011 11:00 +0000
def

View File

@ -0,0 +1,8 @@
From: foo@example.com
To: bar@example.com
Subject: cycle0.0
Message-Id: <cycle0.0@msg.id>
References: <cycle0@msg.id>
Date: Tue, 21 Jun 2011 12:00 +0000
def

View File

@ -0,0 +1,8 @@
From: foo@example.com
To: bar@example.com
Subject: cycle0.0.0
Message-Id: <cycle0.0.0@msg.id>
References: <cycle0@msg.id> <cycle0.0@msg.id>
Date: Tue, 21 Jun 2011 13:00 +0000
def

View File

@ -0,0 +1,8 @@
From: foo@example.com
To: bar@example.com
Subject: rogue0
Message-Id: <rogue0@msg.id>
References: <cycle0.0@msg.id> <cycle0@msg.id>
Date: Tue, 21 Jun 2011 15:00 +0000
def

View File

View File