1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Added description of test files

This commit is contained in:
Ross Wilson 2016-02-10 12:46:42 +07:00
parent c76fe7910c
commit 61661f050f

View File

@ -35,7 +35,7 @@ exist in the file. Here the test comments are:
which tells **test_harness** to check that the PTP file generated by the
assembler does load *004001* at address *0100*, etc.
Test coments may appear anywhere in a test file, and are executed in the order
Test comments may appear anywhere in a test file, and are executed in the order
they appear in the file.
test_harness Usage
@ -57,5 +57,5 @@ test_harness Usage
The future
==========
The test coments will change to be much more flexible. Follow the design
The test comments will change to be much more flexible. Follow the design
discussion in `issue #7 <https://github.com/rzzzwilson/pymlac/issues/7>`_.