diffpy / diffpy.pdfgui

graphical user interface for real space structure refinement to PDF
Other
19 stars 27 forks source link

try workflow for testing #161

Closed Tieqiong closed 3 weeks ago

Tieqiong commented 3 weeks ago

@sbillinge I made that force push because in the previous commit (before the force push, but disappear after I reset it and made the force push) I deleted run.py, rundeps.py, and debug.py (which are all useless now) but strangely file conflict occurs.

I made a workaround to run both test and testdeps using pytest command, but in fact testdeps is still run with unittest (because it's testing dependency's tests and they are not in the package so it's impossible for pytest to discover). The regular test is in pytest.

sbillinge commented 3 weeks ago

great job! Thanks @Tieqiong