mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
remove unneeded fields
This commit is contained in:
@ -82,8 +82,6 @@ class MyTests(unittest.TestCase):
|
||||
|
||||
# mock data
|
||||
class mock_parser_info:
|
||||
name = "deprecated"
|
||||
argument = "--deprecated"
|
||||
version = "1.1"
|
||||
description = "`deprecated` command parser"
|
||||
author = "nobody"
|
||||
@ -112,8 +110,6 @@ class MyTests(unittest.TestCase):
|
||||
|
||||
# mock data
|
||||
class mock_parser_info:
|
||||
name = "deprecated"
|
||||
argument = "--deprecated"
|
||||
version = "1.1"
|
||||
description = "`deprecated` command parser"
|
||||
author = "nobody"
|
||||
|
Reference in New Issue
Block a user