dionysos-dev / Dionysos.jl

MIT License
40 stars 16 forks source link

simple test for BDD #322

Closed somyasingh711995 closed 9 months ago

somyasingh711995 commented 9 months ago

here is my negligible contribution to this project :). Wish I could do more!

adrienbanse commented 9 months ago

Hey @somyasingh711995, you need to add your tests in ./test/runtests.jl in order to execute them.

If you want to test locally, do the following:

  1. Go to the Dionysos env by typing ] activate ., you should see (Dionysos) in the package manager
  2. Type ] test

If it fails there, it will fail here. Here it passes because your tests are never executed, it's ghost code in the repository.

adrienbanse commented 9 months ago

This PR should go to https://github.com/dionysos-dev/BDDUtils.jl, so I close this one