Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #138 from juanjux/update/integration_tests
Browse files Browse the repository at this point in the history
Updated the fixtures with the language field from the new SDK
  • Loading branch information
juanjux authored Nov 15, 2017
2 parents 1908ca8 + 306ea72 commit 2a8cd4a
Show file tree
Hide file tree
Showing 138 changed files with 138 additions and 138 deletions.
2 changes: 1 addition & 1 deletion fixtures/annotations.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/annotations.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/aritmeticops.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/aritmeticops.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/assert_constant.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/assert_constant.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/augassign.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/augassign.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/bitwise.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/bitwise.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/classdef.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/classdef.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/classdef_decorated.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/classdef_decorated.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/classdef_inheritance.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/classdef_inheritance.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/classdef_metaclass_py2.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/classdef_metaclass_py2.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/classdef_metaclass_py3.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/classdef_metaclass_py3.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/comments.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/comments.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/comparisonop.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/comparisonop.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/complex.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/complex.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/comprehension_dict.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/comprehension_dict.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/comprehension_list.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/comprehension_list.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/comprehension_set.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/comprehension_set.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/continue_break.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/continue_break.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/declarations_annotated.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/declarations_annotated.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/ellipsis.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/ellipsis.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/empty.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/empty.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: error
Language:
Language: python
Errors:
. column out of bounds: 1 [1, 0]
UAST:
Expand Down
2 changes: 1 addition & 1 deletion fixtures/except.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/except.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/exec.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/exec.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/for.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/for.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/functioncalls.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/functioncalls.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/functiondef_annotated.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/functiondef_annotated.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/functiondef_decorated.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/functiondef_decorated.py.uast
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Status: ok
Language:
Language: python
Errors:
UAST:
Module {
Expand Down
2 changes: 1 addition & 1 deletion fixtures/functiondef_defaultparams.py.native
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"status": "ok",
"language": "",
"language": "python",
"errors": [],
"ast": {
"PY3AST": {
Expand Down
Loading

0 comments on commit 2a8cd4a

Please sign in to comment.