Commit graph

15 commits

Author SHA1 Message Date
Chad Smith
b0e4c3f47b
fix segfault by pinning version of greenlet (#354) 2020-10-02 23:10:30 -07:00
Chad Smith
853f1412d6
refactor backend and add more unit tests (#350) 2020-08-23 23:07:10 -07:00
Chad Smith
ad576adae6
terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
Jens Henrik Goebbert
4c743ad241 Ensure "--args" is last argument of gdb command (#296)
* Ensure "--args" is last argument of gdb command

To debug an application+command line arguments "--args" is used as last command line argument of gdbgui.
Everything after "--args" must be passed then to gdb also as LAST command line argument.
This was not the case, but it is now ensured. By default gdb is now used in any case with "--args".

* fix formatting

* only pass args when they are present

* add unit tests

* add additional test case

Co-authored-by: Chad Smith <chad@grassfedcode.com>
2019-12-20 07:42:56 -08:00
Chad Smith
739238feb7 use pytest (#297)
* use pytest
2019-10-07 18:17:31 -07:00
Chad Smith
251391e20d Cs01/add mypy (#286)
* run mypy; sort imports

* drop support for python 3.5
2019-08-11 09:15:26 -07:00
Chad Smith
e7c718a146 Cs01/migrate to nox (#285)
* replace makefile with noxfile

* fix unit test

* drop pypy support

* more strict nox session calls in travis

* change session name

* update manifest

* update contributing
2019-08-11 08:49:53 -07:00
Chad Smith
9e9387b40d update docs and add __main__ entrypoint 2018-11-20 20:21:38 -08:00
Chad Smith
c881b6476b add flake8 test to CI build 2018-11-20 17:12:39 -08:00
Chad Smith
f6bad41f05 add static unit tests; move test entrypoint; run black 2018-11-20 17:12:39 -08:00
josephlim94
2bc66225de remove duplicate test folder (#244) 2018-11-16 20:27:46 -08:00
Chad Smith
c5abc6588b Add sourceFileMap support #158 2018-07-15 18:52:09 -07:00
Chad Smith
45d62ed2b6 blackify; README.rst -> README.md 2018-05-26 13:45:18 -07:00
Chad Smith
2e25ff76c7 smarter version checking; bugfix for "About" menu 2018-04-25 09:10:58 -07:00
Chad Smith
27b281117e move tests to top level 2018-04-15 15:00:39 -07:00