Re: [GSoC] Help with Jasmine Tests

2019-07-01 Thread Yosry Muhammad
On Mon, Jul 1, 2019 at 8:57 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > > I am trying to write a test for the sqleditor that checks that if >> _render() function (in sqleditor.js) is called with w query results that >> include primary keys, then the grid should be editable (I

Re: [GSoC] Help with Jasmine Tests

2019-07-01 Thread Yosry Muhammad
Thanks for your help, I will see what I can do. On Mon, Jul 1, 2019, 8:57 AM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Yosry, > > On Sat, Jun 29, 2019 at 8:54 PM Yosry Muhammad wrote: > >> Hi all, >> >> I am writing tests for my initial patch of my Google Summer of Code >

Re: [GSoC] Help with Jasmine Tests

2019-06-30 Thread Aditya Toshniwal
Hi Yosry, On Sat, Jun 29, 2019 at 8:54 PM Yosry Muhammad wrote: > Hi all, > > I am writing tests for my initial patch of my Google Summer of Code > project, which allows editing of SQL queries results (if they are > updatable). > Please go through this page here - https://jasmine.github.io/tutor

[GSoC] Help with Jasmine Tests

2019-06-29 Thread Yosry Muhammad
Hi all, I am writing tests for my initial patch of my Google Summer of Code project, which allows editing of SQL queries results (if they are updatable). I am trying to write a test for the sqleditor that checks that if _render() function (in sqleditor.js) is called with w query results that incl