HouzuoGuo / tiedot

A rudimentary implementation of a basic document (NoSQL) database in Go
BSD 2-Clause "Simplified" License
2.72k stars 258 forks source link

exclude some files from testing #151

Closed agoalofalife closed 6 years ago

agoalofalife commented 6 years ago

@HouzuoGuo I think need want to exclude from testing those files :

example.go
benchmark.go

Not much sense in testing them, you think?

HouzuoGuo commented 6 years ago

absolutely agreed!

agoalofalife commented 6 years ago

Any ideas how to eliminate?

HouzuoGuo commented 6 years ago

just ignore them, i guess. painfully working around tools to achieve 100% coverage is just redundant.

agoalofalife commented 6 years ago

really not much left

agoalofalife commented 6 years ago

I moved them into separate folders and excluded from testing