You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by di...@apache.org on 2022/09/29 20:37:34 UTC

[allura] 02/05: fixup! fixup! fixup! fixup! [#8455] converted the remaining modules fully to pytest

This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch dw/8455-part2
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 5f21327c1283cdeb1ac51db19f3431c429b71ab7
Author: Dillon Walls <di...@slashdotmedia.com>
AuthorDate: Thu Sep 29 14:03:43 2022 +0000

    fixup! fixup! fixup! fixup! [#8455] converted the remaining modules fully to pytest
---
 ForgeShortUrl/forgeshorturl/tests/functional/test_main.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/ForgeShortUrl/forgeshorturl/tests/functional/test_main.py b/ForgeShortUrl/forgeshorturl/tests/functional/test_main.py
index fd4ead380..1d3471d06 100644
--- a/ForgeShortUrl/forgeshorturl/tests/functional/test_main.py
+++ b/ForgeShortUrl/forgeshorturl/tests/functional/test_main.py
@@ -27,12 +27,6 @@ from alluratest.controller import TestController
 from forgeshorturl.model import ShortUrl
 
 
-class AnotherTestThing:
-
-    def test_foo_thing(self):
-        assert bool(1) == True
-
-
 class TestRootController(TestController):
 
     def setup_method(self, method):