Hi, This is actually quite difficult. The model_free and bruker modules in test_suite/gui_tests/ deal with the spin viewer, so that might be a place to start. This where looking at the other tests already implemented to get ideas, and maybe copy large quantities of code, would be useful. The GUI tests are much more complicated to construct so I only do this when there is a clear failure/bug, and they also tend to suffer from racing conditions that crash the test - you will quickly see this and learn to use wx.Yield(). That is why there are far more system tests than GUI tests. Does a GUI test really need to be implemented? I would guess that you load the data slightly differently there, so maybe it's worth it.
Regards, Edward On 6 December 2013 19:44, Troels E. Linnet <[email protected]> wrote: > Follow-up Comment #5, sr #3044 (project relax): > > This function now needs to be implemented in the GUI. > > Is there a place to get some hints how to construct such a GUI test > for opening: > - The spin viewer/editor > - Select load spins > > And then here select a new point intensity lists. > > _______________________________________________________ > > Reply to this item at: > > <http://gna.org/support/?3044> > > _______________________________________________ > Message sent via/by Gna! > http://gna.org/ > _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

