Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
8
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
woob
cookiecutter-woob-module
Commits
eb5d9799
Commit
eb5d9799
authored
Oct 03, 2021
by
hydrargyrum
Browse files
fix untemplated class name in test.py
parent
102bfc9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
{{cookiecutter.module_name}}/test.py
View file @
eb5d9799
...
...
@@ -22,7 +22,7 @@
from
woob.tools.test
import
BackendTest
class
Twitter
Test
(
BackendTest
):
class
{{
cookiecutter
.
class_prefix
}}
Test
(
BackendTest
):
MODULE
=
"{{cookiecutter.module_name}}"
def
test_something
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment