test framework for core

This commit is contained in:
jysperm
2014-10-27 01:14:28 +08:00
parent 51c494d852
commit 4a86213ce4
11 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
describe 'billing', ->
it 'pending'

View File

@@ -0,0 +1,2 @@
describe 'cache', ->
it 'pending'

View File

@@ -0,0 +1,2 @@
describe 'i18n', ->
it 'pending'

View File

@@ -0,0 +1,2 @@
describe 'model/CouponCode', ->
it 'pending'

View File

@@ -0,0 +1,2 @@
describe 'model/Notification', ->
it 'pending'

View File

@@ -0,0 +1,2 @@
describe 'model/SecurityLog', ->
it 'pending'

View File

@@ -0,0 +1,2 @@
describe 'model/Ticket', ->
it 'pending'

View File

@@ -0,0 +1,12 @@
describe 'router/coupon', ->
it 'GET /'
it 'GET ticket'
it 'POST confirm_payment'
it 'POST delete_account'
it 'POST update_site'
it 'POST generate_coupon_code'

View File

@@ -0,0 +1,4 @@
describe 'router/coupon', ->
it 'POST join_plan'
it 'POST leave_plan'

View File

@@ -0,0 +1,4 @@
describe 'router/coupon', ->
it 'GET /'
it 'GET pay'

View File

@@ -0,0 +1,12 @@
describe 'router/coupon', ->
it 'GET list'
it 'GET create'
it 'GET view/:ticket_id'
it 'POST create'
it 'POST reply'
it 'POST update_status'