-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The table tests are wrong #6574
Labels
package:table
type:refactor
This issue requires or describes a code refactoring.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Comments
jodator
added
type:task
This issue reports a chore (non-production change) and other types of "todos".
package:table
type:refactor
This issue requires or describes a code refactoring.
labels
Apr 8, 2020
jodator
added a commit
to ckeditor/ckeditor5-table
that referenced
this issue
Apr 8, 2020
jodator
added a commit
to ckeditor/ckeditor5-table
that referenced
this issue
Apr 10, 2020
jodator
added a commit
to ckeditor/ckeditor5-table
that referenced
this issue
Apr 15, 2020
jodator
added a commit
to ckeditor/ckeditor5-table
that referenced
this issue
Apr 15, 2020
mlewand
pushed a commit
that referenced
this issue
May 1, 2020
mlewand
pushed a commit
that referenced
this issue
May 1, 2020
mlewand
pushed a commit
that referenced
this issue
May 1, 2020
mlewand
pushed a commit
that referenced
this issue
May 1, 2020
niegowski
added a commit
that referenced
this issue
Jun 10, 2020
Tests (table): Use real schema and conversion definitions in table tests. Closes #6574. Other (table): Removed `options.asWidget` from most of the table converters which are never run in data pipeline.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
package:table
type:refactor
This issue requires or describes a code refactoring.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Provide a description of the task
This issue comes from time to time - most of the table tests works on
defaultSchema()
anddefaultConversion()
utilities.Why it is this way - mostly because other features' tests work in detachment from it's
FeatureEditing
part. Examples: list command, paragraph command, etc. However I see that other features tests are written using theFeatureEditing
so it might be a case that we switched the approach somewhere or we have two.Rewriting all the tests might be a huge task but I see a potential benefit of having proper tests for table.
Unfortunately, some tests cannot be simply rewritten by removing
defaultConversion()
helpers because the tests assumes other configuration (example - the conversion tests assumes operating on data pipeline converters (without widget styling).The text was updated successfully, but these errors were encountered: