mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-28 19:45:45 +08:00
test framework for core
This commit is contained in:
2
core/test/billing.test.coffee
Normal file
2
core/test/billing.test.coffee
Normal file
@@ -0,0 +1,2 @@
|
||||
describe 'billing', ->
|
||||
it 'pending'
|
||||
2
core/test/cache.test.coffee
Normal file
2
core/test/cache.test.coffee
Normal file
@@ -0,0 +1,2 @@
|
||||
describe 'cache', ->
|
||||
it 'pending'
|
||||
2
core/test/i18n.test.coffee
Normal file
2
core/test/i18n.test.coffee
Normal file
@@ -0,0 +1,2 @@
|
||||
describe 'i18n', ->
|
||||
it 'pending'
|
||||
2
core/test/model/CouponCode.test.coffee
Normal file
2
core/test/model/CouponCode.test.coffee
Normal file
@@ -0,0 +1,2 @@
|
||||
describe 'model/CouponCode', ->
|
||||
it 'pending'
|
||||
2
core/test/model/Notification.test.coffee
Normal file
2
core/test/model/Notification.test.coffee
Normal file
@@ -0,0 +1,2 @@
|
||||
describe 'model/Notification', ->
|
||||
it 'pending'
|
||||
2
core/test/model/SecurityLog.test.coffee
Normal file
2
core/test/model/SecurityLog.test.coffee
Normal file
@@ -0,0 +1,2 @@
|
||||
describe 'model/SecurityLog', ->
|
||||
it 'pending'
|
||||
2
core/test/model/Ticket.test.coffee
Normal file
2
core/test/model/Ticket.test.coffee
Normal file
@@ -0,0 +1,2 @@
|
||||
describe 'model/Ticket', ->
|
||||
it 'pending'
|
||||
12
core/test/router/admin.test.coffee
Normal file
12
core/test/router/admin.test.coffee
Normal 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'
|
||||
4
core/test/router/billing.test.coffee
Normal file
4
core/test/router/billing.test.coffee
Normal file
@@ -0,0 +1,4 @@
|
||||
describe 'router/coupon', ->
|
||||
it 'POST join_plan'
|
||||
|
||||
it 'POST leave_plan'
|
||||
4
core/test/router/panel.test.coffee
Normal file
4
core/test/router/panel.test.coffee
Normal file
@@ -0,0 +1,4 @@
|
||||
describe 'router/coupon', ->
|
||||
it 'GET /'
|
||||
|
||||
it 'GET pay'
|
||||
12
core/test/router/ticket.test.coffee
Normal file
12
core/test/router/ticket.test.coffee
Normal 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'
|
||||
Reference in New Issue
Block a user