Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:guilhermechapiewski/simple-db…
Browse files Browse the repository at this point in the history
…-migrate
  • Loading branch information
gabrielfalcao committed Jul 29, 2009
2 parents 0918e81 + 233b4c2 commit f9f8ed8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 73 deletions.
11 changes: 4 additions & 7 deletions Makefile
Expand Up @@ -4,25 +4,22 @@ help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " clean to clean garbage left by builds and installation"
@echo " test to execute all simple-db-migrate tests"
@echo " coverage to execute simple-db-migrate coverage report"
@echo " install to install simple-db-migrate"
@echo " build to build without installing simple-db-migrate"
@echo " publish to publish the package to PyPI"
@echo " "

clean:
@echo "Cleaning garbage..."
@echo "Cleaning..."
@rm -rf build dist src/simple_db_migrate.egg-info simple_db_migrate.egg-info *.pyc **/*.pyc *~ *.migration *.foo
@echo "Done."

test:
@make clean
@./scripts/run_tests.sh
@echo "Starting tests..."
@nosetests -s --verbose --with-coverage --cover-erase --cover-package=cli,config,core,helpers,main,mysql tests/* > /dev/null
@#nosetests -s --verbose --with-coverage --cover-erase --cover-inclusive tests/* > /dev/null
@make clean

coverage:
@./scripts/run_coverage.sh

install:
@/usr/bin/env python ./setup.py install

Expand Down
7 changes: 0 additions & 7 deletions scripts/run_coverage.sh

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/run_tests.sh

This file was deleted.

56 changes: 0 additions & 56 deletions tests/test.py

This file was deleted.

0 comments on commit f9f8ed8

Please sign in to comment.