소스 검색

Removing a useless, skipped test.

tags/v0.2
Ben Kurtovic 11 년 전
부모
커밋
81954c50ac
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. +0
    -5
      tests/test_builder.py

+ 0
- 5
tests/test_builder.py 파일 보기

@@ -190,11 +190,6 @@ class TestBuilder(TreeEqualityTestCase):
for test, valid in tests:
self.assertWikicodeEqual(valid, self.builder.build(test))

@unittest.skip("holding this until feature/html_tags is ready")
def test_tag(self):
"""tests for building Tag nodes"""
pass

def test_integration(self):
"""a test for building a combination of templates together"""
# {{{{{{{{foo}}bar|baz=biz}}buzz}}usr|{{bin}}}}


불러오는 중...
취소
저장