[GSoC] Help with Jasmine Tests - Mailing list pgadmin-hackers

From Yosry Muhammad
Subject [GSoC] Help with Jasmine Tests
Date
Msg-id CAFSMqn8BKZ6ThW1MhdgiR5RYLvngxKZGWWeSzAzbYPCqgMEGTw@mail.gmail.com
Whole thread Raw
Responses Re: [GSoC] Help with Jasmine Tests
List pgadmin-hackers
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 include primary keys, then the grid should be editable (I need to check grid options, gridView.grid.getOptions() ).

I also want to check that if the user edits a cell in the grid, the Save Data button (new button) is enabled. Is this feasible ?

Can anyone help me? I am new to front-end tests. In the sqleditor test I have seen, a spy is created for the SqlEditor to see if specific functions are called, but I want the actual _render() function to run (to call render_grid() of the gridView). In other words, I need to test the code inside_render() function.

Thanks a lot.

--
Yosry Muhammad Yosry

Computer Engineering student,
The Faculty of Engineering,
Cairo University (2021).
Class representative of CMP 2021.

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin][RM4335] Add EXPLAIN option SETTINGS and SUMMARY
Next
From: Khushboo Vashi
Date:
Subject: Re: Feature request: Redshift Support