首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >未找到获取/@tests

未找到获取/@tests
EN

Stack Overflow用户
提问于 2011-07-26 21:24:21
回答 1查看 814关注 0票数 2

我正在浏览Yabe教程。

我已经写了一些测试,他们工作后,大量的修补。在运行本教程时,我停止了播放服务器,重新启动,当我转到http://localhost:9000/@tests时,我看到了以下内容……

代码语言:javascript
复制
Not found

   GET /@tests
     These routes have been tried, in this order :

    GET       /@documentation/cheatsheet/{category}                 PlayDocumentation.cheatSheet
    GET       /@documentation/modules/{module}/files/{name}     PlayDocumentation.file
    GET       /@documentation/modules/{module}/images/{name}    PlayDocumentation.image
    GET       /@documentation/modules/{module}/{id}             PlayDocumentation.page
    GET       /@documentation/files/{name}                      PlayDocumentation.file
    GET       /@documentation/images/{name}                     PlayDocumentation.image
    GET       /@documentation/{id}                              PlayDocumentation.page
    GET       /@documentation/?                                 PlayDocumentation.index
    GET       /                                                 Application.index
    GET       /favicon.ico                                      404
    GET       /public/                                          staticDir:public
     *         /{controller}/{action}                            {controller}.{action} 
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-07-26 21:46:16

您是否在测试模式下启动了服务器?你应该运行:

代码语言:javascript
复制
play test 
票数 5
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/6830677

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档