comp.lang.ada
 help / color / mirror / Atom feed
* Ada-Python inter-language testing
@ 2005-01-17 12:21 Matteo Bertini
  2005-01-17 13:32 ` Martin Krischik
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Matteo Bertini @ 2005-01-17 12:21 UTC (permalink / raw)


I'm doing some coding for an Ada-Python bridge to decouple test-code 
from ada-code.

The idea is:

(A) Have some Ada code to test.

(B) Write down an Ada package exporting procedures and functions in a C 
compatible way.

(C) Write a Pyrex[1] (Python[2] like language for making C modules) 
bridge to access Ada exported procedures and functions.

(D) Write unit-testing in Python, being free to add/remove/change 
test-cases without recompiling and with a lot of introspection features.


Considering that the point (B) is error prone and time consuming, could 
ever someone in the real world need something like this?

[1] http://nz.cosc.canterbury.ac.nz/~greg/python/Pyrex/
[2] http://www.python.org

Matteo Bertini



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-01-18 21:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-17 12:21 Ada-Python inter-language testing Matteo Bertini
2005-01-17 13:32 ` Martin Krischik
2005-01-17 19:11 ` Stephen Leake
2005-01-17 21:09 ` Simon Wright
2005-01-18  9:15   ` Matteo Bertini
2005-01-18 21:37     ` Jerome Hugues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox