You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a lot of copy paste in the tests, which is not a problem so much, but some of the things that were copy/pasted are now not the best way to do things.
One example is any use of Graph::QL::Schema::Type::* classes should be replaced by the Graph::QL::Util::Schemas::construct_type_from_name instead.
Additionally the messages in the tests are not always accurate, and often will reflect the origin of the copy/paste more than the test it is actually supposed to be describing.
Otherwise just a general cleaning to make sure tests are still useful is always good.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
There is a lot of copy paste in the tests, which is not a problem so much, but some of the things that were copy/pasted are now not the best way to do things.
One example is any use of
Graph::QL::Schema::Type::*
classes should be replaced by theGraph::QL::Util::Schemas::construct_type_from_name
instead.Additionally the messages in the tests are not always accurate, and often will reflect the origin of the copy/paste more than the test it is actually supposed to be describing.
Otherwise just a general cleaning to make sure tests are still useful is always good.
The text was updated successfully, but these errors were encountered: