rubyx/test
Torsten Ruger 1391667f6c still doing attr_reader, but closing #25
cattr still missing, but only one occurence. Later.
2019-03-07 11:00:18 +02:00
..
arm fix all tests for previous commit 2019-02-08 23:03:23 +02:00
bench fix mod4 name 2018-04-19 10:00:55 +03:00
elf fix all tests for previous commit 2019-02-08 23:03:23 +02:00
lib use modified opal logger 2018-05-20 14:45:48 +03:00
mains Successfully interpret class methods 2019-02-27 09:48:21 +02:00
mom fix all tests for previous commit 2019-02-08 23:03:23 +02:00
parfait better test for attr 2019-03-07 10:47:48 +02:00
risc Get a basic MetaClass going 2019-02-16 23:24:16 +02:00
ruby still doing attr_reader, but closing #25 2019-03-07 11:00:18 +02:00
rubyx better test for attr 2019-03-07 10:47:48 +02:00
support clean up test option handling 2019-03-04 10:24:08 +02:00
util small maintanance 2018-06-16 21:01:15 +03:00
vool better tests for class sending 2019-02-23 18:17:26 +02:00
README.md update readme 2018-07-07 17:34:08 +03:00
helper.rb Use minitest-profile to find long tests 2018-09-02 13:58:42 +03:00
test_all.rb always use fail fast (in dev) 2018-08-06 13:07:06 +03:00

README.md

Testing

Tdd, Bdd , Xdd, whatever you call it, i have come to the point where it is a way not only to write software, but to think about software. Ie:

  • if it's not tested, we don't know it works
  • test first makes me think about the software from the outside. (good perspective)

I used minitest as the framework, just because it is lighter and thus when the time comes to move to rubyx, less work.

All

'''' ruby test/test_all.rb ''''

Parfait, Risc , Arm , Mom

Follow the directory structure of the source and may be called unit tests

Risc/Interpreter

Contains many system tests that rely on everything else working. Should be hoisted i guess.

Main

Much like the Interpreter test, but for Arm. This is where the currently few executables are generated and there is an automatic way of running them remotely.

The plan is to integrate this with the interpreter directory