* move move
This commit is contained in:
@@ -7,14 +7,15 @@ A list of tasks to accomplish, organized into priority sections
|
||||
Legend:
|
||||
|
||||
- Todo
|
||||
? Not determined if we have to do
|
||||
? Not determined if/how we have to do
|
||||
/ In progress
|
||||
+ Accomplished, move to end of list
|
||||
+ Accomplished
|
||||
|
||||
1. Pre-Alpha
|
||||
|
||||
/ implement reading spec file
|
||||
- implement install database
|
||||
+ implement reading spec file
|
||||
/ implement install database
|
||||
? transaction/locking for database
|
||||
|
||||
2. Alpha
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ class ArchiveFileTestCase(unittest.TestCase):
|
||||
"171545adab7b51ebf6ec5575d3000a95")
|
||||
|
||||
def testUnpackZip(self):
|
||||
ctx = context.Context("samples/sandbox.pspec")
|
||||
ctx = context.Context("samples/sandbox/sandbox.pspec")
|
||||
fetch = fetcher.Fetcher(ctx)
|
||||
fetch.fetch()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user