Switch to side-by-side view
--- a/Allura/allura/tests/test_commands.py +++ b/Allura/allura/tests/test_commands.py @@ -116,3 +116,6 @@ assert_raises(InvalidNBFeatureValueError, cmd.run, [test_config, str(n_id), 'css', '2.8']) assert_raises(InvalidNBFeatureValueError, cmd.run, [test_config, str(n_id), 'css', 'None']) assert_raises(InvalidNBFeatureValueError, cmd.run, [test_config, str(n_id), 'css', 'True']) + +def test_pull_rss_feeds(): + print "123"