Changeset - 5349281d4c9d
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 10 years ago 2016-02-03 22:24:33
thomas.de.schampheleire@gmail.com
tests: gists: comment out always-skipped test of put functionality

There is little sense in always skipping a test because the tested
functionality is not implemented. Instead, comment out the test and leave
it to the future implementer to re-enable it.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/functional/test_admin_gists.py
Show inline comments
 
@@ -129,9 +129,9 @@ class TestGistsController(TestController
 
        self.log_user()
 
        response = self.app.get(url('new_gist'))
 

	
 
    def test_update(self):
 
        self.skipTest('not implemented')
 
        response = self.app.put(url('gist', gist_id=1))
 
    # Functionality currently not implemented
 
    #def test_update(self):
 
    #    response = self.app.put(url('gist', gist_id=1))
 

	
 
    def test_delete(self):
 
        self.log_user()
0 comments (0 inline, 0 general)