• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revisiona572ccee6cfa344b50cc95a7544f0834935adb8d (tree)
Time2012-07-11 12:41:51
AuthorDave Brondsema <dbrondsema@geek...>
CommiterDave Brondsema

Log Message

[#4272] delete unnecessary test file

Change Summary

  • delete: ForgeTracker/forgetracker/tests/test_controller.py

Incremental Difference

--- a/ForgeTracker/forgetracker/tests/test_controller.py
+++ /dev/null
@@ -1,12 +0,0 @@
1-from nose.tools import assert_true
2-
3-from allura.tests import decorators as td
4-from alluratest.controller import TestController
5-
6-
7-class TestRootController(TestController):
8- @td.with_tracker
9- def test_index(self):
10- response = self.app.get('/bugs/')
11- assert_true('bugs' in response)
12-