JuliaFEM / AbaqusReader.jl

AbaqusReader.jl is a parse for ABAQUS FEM models. It's capable of parsing the geometry accurately, including surface sets, node sets, and other relevant geometrical data used in FEM calculations. Other option is to parse whole model, including boundary conditions, material data and load steps.
https://juliafem.github.io/AbaqusReader.jl/latest
MIT License
37 stars 22 forks source link

Fix tests #23

Open ahojukka5 opened 7 years ago

ahojukka5 commented 7 years ago

@test_throws Exception is not a very good test - it would pass if the code had a typo in it, much better to test for the specific exception type you expect

https://github.com/JuliaFEM/AbaqusReader.jl/commit/20fdbf61692215ab7b7bec0d8ac87c39d8d4256e#diff-eae8ed956f82384197d7758e938d7e2dR22