Skip to content

Commit

Permalink
Update references to common tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdonati committed Apr 3, 2017
1 parent aece663 commit 5b834cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ namespace :appserver do
end


namespace :lib do
namespace :common do

task :test do
sh 'python -m unittest discover -b -v -s lib/test/unit'
sh 'python -m unittest discover -b -v -s common/test/unit'
end

end
Expand Down Expand Up @@ -144,9 +144,9 @@ python_tests = [
'appmanager:test',
'appserver:test',
'apptaskqueue:test',
'common:test',
'hermes:test',
'infrastructuremanager:test',
'lib:test',
'searchservice:test',
'xmppreceiver:test',
'apps:test'
Expand Down
4 changes: 2 additions & 2 deletions Watchfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ watch('InfrastructureManager/(.*).py') { |md|
system "rake infrastructuremanager:test"
}

watch('(lib)/(.*).py') { |md|
system "rake lib:test"
watch('common/appscale/common/(.*).py') { |md|
system "rake common:test"
}

watch('XMPPReceiver/(.*).py') { |md|
Expand Down

0 comments on commit 5b834cb

Please sign in to comment.