Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webcache
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
webcache
Commits
d991026e
Commit
d991026e
authored
Feb 08, 2012
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved source files to root directory.
parent
c145b8c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
__init__.py
__init__.py
+0
-0
cache.py
cache.py
+0
-0
tests/test_cache.py
tests/test_cache.py
+1
-1
No files found.
src/
__init__.py
→
__init__.py
View file @
d991026e
File moved
src/
cache.py
→
cache.py
View file @
d991026e
File moved
tests/test_cache.py
View file @
d991026e
...
...
@@ -4,7 +4,7 @@ from shutil import rmtree
from
copy
import
copy
from
cPickle
import
dumps
from
src.
cache
import
ADMINISTRATION_FILE
,
assert_file_exists
,
to_dir
,
Cache
from
cache
import
ADMINISTRATION_FILE
,
assert_file_exists
,
to_dir
,
Cache
class
TestCache
(
unittest
.
TestCase
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment