My directory structure looks like this:
|-- ball.lua |-- entity.lua |-- test `-- ball_test.lua
I\'m using the following code in test/ba
package.path = package.path .. ";../?.lua"
will work for both.