Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
cd417a46
Commit
cd417a46
authored
Mar 15, 2019
by
Samuel GAIST
Browse files
[test][prefix] Silence correctly warnings on files used for bad behaviour tests
parent
0c9d4a8e
Changes
4
Hide whitespace changes
Inline
Side-by-side
beat/core/test/prefix/algorithms/user/integers_crash/1.py
View file @
cd417a46
...
...
@@ -34,6 +34,9 @@
###################################################################################
# flake8: noqa code must trigger a crash
class
Algorithm
:
def
process
(
self
,
inputs
,
outputs
):
a
=
b
...
...
beat/core/test/prefix/algorithms/user/integers_echo_error/1.py
View file @
cd417a46
...
...
@@ -34,6 +34,9 @@
###################################################################################
# flake8: noqa
class
Algorithm
:
def
process
(
self
,
inputs
,
outputs
):
error
# this error is here on testing purposes
...
...
beat/core/test/prefix/algorithms/user/syntax_error/1.py
View file @
cd417a46
...
...
@@ -34,7 +34,9 @@
###################################################################################
# flake8: noqa
# The following line will produce a SyntaxError
class
Algorithm
;
def
process
(
self
,
inputs
,
outputs
):
...
...
beat/core/test/prefix/databases/invalid/1.py
View file @
cd417a46
...
...
@@ -34,5 +34,8 @@
###################################################################################
# flake8: noqa
class
View
;
# <-- syntax error!
def
next
(
self
):
return
True
def
next
(
self
):
return
True
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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