-
Notifications
You must be signed in to change notification settings - Fork 33
Reorganize test folder and test files #227
Copy link
Copy link
Open
Labels
enhancementWould't this be cool?Would't this be cool?leave for nowRemember this for the far, far, futureRemember this for the far, far, futuretestingTest suite stuff, not failed tests (those are bugs)Test suite stuff, not failed tests (those are bugs)
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementWould't this be cool?Would't this be cool?leave for nowRemember this for the far, far, futureRemember this for the far, far, futuretestingTest suite stuff, not failed tests (those are bugs)Test suite stuff, not failed tests (those are bugs)
The testing folder could be reorganized - Gforth tests should go in their own file (having them run as "Tali" is not polite), there might be some logical way to split up the
core.fsfiles. Another idea might be to put the tests in a folder so the test programs just "run everything in the folder" so we don't have to edit lists by hand.In the far future, a rewrite of
talitest.pycould include the parallel execution of the tests with a command line option to switch back to current sequential behavior if the user insists, absorbing the current shell script.