Changeset fd03e3eaca882dc450a8c657d25c14155f504da0
- Timestamp:
- 06/02/10 01:17:06 (2 years ago)
- Children:
- 8aa2a6c37fceb81668a85dde91abd9464ffc6053
- Parents:
- d64ce904134c3d17013c84718110ffb8f3aa8d60
- git-committer:
- Luper Rouch <luper.rouch@…> (06/02/10 01:17:06)
- Location:
- pyflu
- Files:
-
- 2 edited
- 19 moved
-
pyflu/tests/__init__.py (moved) (moved from pyflu/tests/__init__.py)
-
pyflu/tests/test_jsonalize.py (moved) (moved from pyflu/tests/test_jsonalize.py)
-
pyflu/tests/test_update/__init__.py (moved) (moved from pyflu/tests/test_update/__init__.py)
-
pyflu/tests/test_update/data/bad_orig/img.png (moved) (moved from pyflu/tests/test_update/data/bad_orig/img.png)
-
pyflu/tests/test_update/data/bad_patch.tar.bz2 (moved) (moved from pyflu/tests/test_update/data/bad_patch.tar.bz2)
-
pyflu/tests/test_update/data/incompatible_patch.tar.bz2 (moved) (moved from pyflu/tests/test_update/data/incompatible_patch.tar.bz2)
-
pyflu/tests/test_update/data/new/3.png (moved) (moved from pyflu/tests/test_update/data/new/3.png)
-
pyflu/tests/test_update/data/new/empty/subdir/img.png (moved) (moved from pyflu/tests/test_update/data/new/empty/subdir/img.png)
-
pyflu/tests/test_update/data/new/exec (moved) (moved from pyflu/tests/test_update/data/new/exec)
-
pyflu/tests/test_update/data/new/img.png (moved) (moved from pyflu/tests/test_update/data/new/img.png)
-
pyflu/tests/test_update/data/new/new_dir/empty_file (moved) (moved from pyflu/tests/test_update/data/new/new_dir/empty_file)
-
pyflu/tests/test_update/data/new/subdir/subfile (moved) (moved from pyflu/tests/test_update/data/new/subdir/subfile)
-
pyflu/tests/test_update/data/orig/empty/subdir/img.png (moved) (moved from pyflu/tests/test_update/data/orig/empty/subdir/img.png)
-
pyflu/tests/test_update/data/orig/exec (moved) (moved from pyflu/tests/test_update/data/orig/exec)
-
pyflu/tests/test_update/data/orig/img.png (moved) (moved from pyflu/tests/test_update/data/orig/img.png)
-
pyflu/tests/test_update/data/orig/subdir/subfile (moved) (moved from pyflu/tests/test_update/data/orig/subdir/subfile)
-
pyflu/tests/test_update/data/orig_with_new/img.png (moved) (moved from pyflu/tests/test_update/data/orig_with_new/img.png)
-
pyflu/tests/test_update/data/orig_with_new/new_dir/new_file_2 (moved) (moved from pyflu/tests/test_update/data/orig_with_new/new_dir/new_file_2)
-
pyflu/tests/test_update/data/orig_with_new/new_file (moved) (moved from pyflu/tests/test_update/data/orig_with_new/new_file)
-
setup.cfg (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyflu/setup.cfg
r33be698 rfd03e3e 1 1 [nosetests] 2 2 with-doctest=1 3 where=pyflu/tests -
pyflu/setup.py
rf912c64 rfd03e3e 31 31 32 32 setup_requires = ["nose"], 33 install_requires = ["lxml"],34 33 35 packages = find_packages( exclude="tests"),34 packages = find_packages(), 36 35 )
Note: See TracChangeset
for help on using the changeset viewer.
